Apr
02
Posted on 02-04-2018
Filed Under (EasyXLS, Eu Outsourcing, Excel, Export, Features, HTML, PHP, Write) by Oana

easyxls export excel html php
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

(2) Comments    Read More   

Comments

Jayaprakash on 4 April, 2018 at 10:59 pm #

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);


Oana on 24 April, 2018 at 1:48 pm #

Hi! Please send us the .xlsx file if possible at support@easyxls.com. You may remove any confidential data if needed.


Post a Comment
Name:
Email:
Website:
Comments: