Export data to HTML file in PHP using EasyXLS library! Spreadsheets in PHP.
https://www.easyxls.com/manual/tutorials/php/export-data-to-html-file.html
Hi,
I am having xlsx file which has 15 sheets and the size of this is 4 MB, and when I convert this into xlsb, which is converting but not the all the data coming to the converted file.
Please find below the code i have used:
string strSource = “C:\\test\\Source.xlsx”;
string strDestination = “C:\\test\\Destination.xlsb”;
EasyXLS.ExcelDocument workbook = new EasyXLS.ExcelDocument();
workbook.easy_LoadXLSXFile(strSource);
workbook.easy_WriteXLSBFile(strDestination);
Hi! Please send us the .xlsx file if possible at support@easyxls.com. You may remove any confidential data if needed.