Re: easy_WriteXLSFile_FromDataSet and multiple sheets
Hi! Not directly. You may insert 2 datasets this way. Use ExcelWorksheet.easy_insertDataSet() method to:
1) Add the initial dataset that will insert the first table.
2) Create a new dataset and add the second table to it. Also add this dataset.
Then use ExcelDocument.easy_WriteXLSFile() method to write the file.