'Declaration Public Overloads Shared Sub ConvertXlsxToTsv( _
ByVal xlsxFilenameThe filename of input XLSX document.As System.String, _
ByVal worksheetIndexThe index of worksheet that should be converted.As System.Int32, _
ByVal tsvFilenameThe filename of output TSV file.As System.String _
)
public static void ConvertXlsxToTsv(
System.String xlsxFilename,
System.Int32 worksheetIndex,
System.String tsvFilename
)
public: static void ConvertXlsxToTsv(
System.String xlsxFilename,
System.Int32 worksheetIndex,
System.String tsvFilename
)
public:
static void ConvertXlsxToTsv(
System.String xlsxFilename,
System.Int32 worksheetIndex,
System.String tsvFilename
)
Parameters
- xlsxFilename
- The filename of input XLSX document.
- worksheetIndex
- The index of worksheet that should be converted.
- tsvFilename
- The filename of output TSV file.