Description
Namespace:
DuoDimension.Databeam
Assembly: Databeam.Excel (in Databeam.Excel.dll)
Version: 2.1.0.0
Converts Excel Spreadsheet to TXT.
Assembly: Databeam.Excel (in Databeam.Excel.dll)
Version: 2.1.0.0
Syntax
| C# | Visual Basic |
public int XlsToTxt( int SheetIndex, string fileTxt )
Public Function XlsToTxt ( _ SheetIndex As Integer, _ fileTxt As String _ ) As Integer
Parameters
- SheetIndex
- Int32
The Index of the worksheet.
- fileTxt
- String
Path and file of destination TXT file.
Return Value
0 - Ok.
2 - Can't create the destination TXT file. Check the permit for destination path.
100 - MS Excel(R) is not installed.