Dekut - Convert Workbook with Multiple Worksheets into Text or CSV Format https://www.dekut.com/Technology/convert-workbook-with-multiple-worksheets-into-text-or-csv-format/ This technical tip show how developers can covert entire workbook into text or CSV format. Sometimes, you want to convert/save the entire workbook with multiple worksheets into text format. For text formats (e.g Txt, Tab Delimited, CSV etc), by default both Ms-Excel and Aspose.Cells save the contents of active worksheet only. The following code example explains how you can save your entire workbook into text format. We load the source workbook which could be any Ms-Excel or OpenOffice Spreadsheet (e.g xls, xlsx, xlsm, xlsb, ods etc) file and it could have any number of worksheets. After the e Read Morexecution of the code, it converts the data of all sheets inside the workbook into txt format. You can modify the same example to save your file into CSV format. Wed, 24 Jul 2013 00:18:56 UTC en