Hi,
I am working on a POC and facing issues in getting few things done. I am trying to achieve below objectives:
1) We have to generate client side reports showing data in excel files.
2) These excel report files will be stored at web location and will have formulas, pivot tables, graph, etc.
3) At client side, we will pull data from various resources then fill the data dump in these excel reports.
While trying to achieve this, I am facing couple of issues:
1) How to pass web reference of excel file to "$.ig.excel.Workbook.load" function.
2) I was able to do a data dump on a local excel template. This excel template has two worksheets. First one has a pivot table and other one has data. When I am adding a new worksheet using the JavaScript excel framework, it is corrupting my file. I am getting the following error while opening newly generated file.
"Excel found unreadable content in *******.xlsx. Do you want to recover the contents of this workbook? If you trust the source of this workbook, click yes".
I am not having this issue if excel template file does not have a pivot.
Please suggest.
Following is the error that excel shows while repairing excel file:
-error055360_01.xml
Errors were detected in file 'C:\Downloads\Formulas.xlsx'-Excel completed file level validation and repair. Some parts of this workbook may have been repaired or discarded.-Removed Part: /xl/pivotTables/pivotTable1.xml part with XML error. (PivotTable view) Load error. Line 1, column 0.-Removed Records: Workbook properties from /xl/workbook.xml part (Workbook)
Hello,
Thank you for posting in our community!
As I understand you successfully pass the excel file to the load method exposed by the excel library, in addition you could have a look at out online sample "Import Data From Excel" http://www.igniteui.com/javascript-excel-library/excel-import-data. As for the error which is thrown, could you please share the excel file with me in order to try to reproduce the issue on my side and investigate it further for you, this would be highly appreciated.
There is a topic related to your question "Read an Excel file into a Workbook" http://www.igniteui.com/help/excelengine-read-an-excel-file-into-a-workbook. I hope you will benefit from it also.
Thanks for taking a look. I am already using the suggested examples but they are not working in my case. I want to preserve the pivot information in the existing excel file template. But after adding a worksheet to an existing excel document, its get corrupted.
I am uploading following attachments.
1) Code file - importData.html
2) Excel template used - Inventory list1 - Copy.xlsx
3) Excel file after data is filled using code - NewExcelFile.xlsx
4) Repaired excel file and error file - NewExcelFile - Repaired.xlsx
Let me know if you can help. If this issue is resolved then I would like to know if we can load a excel file for web location (in your example, it is picking from local computer).
Thanks in advance.
Vivek