ReoGrid Forum

Fast and powerful .NET Spreadsheet Component

You are not logged in.

Announcement

This forum has been archived and no longer accepts new user registrations. Please report your questions, problems, and feedback to the issue page of ReoGrid on GitHub. Thank you for your cooperation.

https://github.com/unvell/ReoGrid/issues

#1 2017-05-23 19:42:09

mrjack88
Member
Registered: 2017-05-23
Posts: 2

Error Loading xlsx with charts

An error occured while trying to load an xlsx file containing charts inside.

code
/**/
grid.Load(@"D:\\ExcelWithSimpleGraph.xlsx", unvell.ReoGrid.IO.FileFormat.Excel2007);
/**/

Stacktrace

StackTrace:
       en unvell.ReoGrid.IO.OpenXML.ExcelReader.LoadChart(Worksheet rgSheet, ChartSpace chartSpace)
       en unvell.ReoGrid.IO.OpenXML.ExcelReader.LoadGraphic(Document doc, Worksheet rgSheet, Drawing drawingFile, GraphicFrame graphicFrame)
       en unvell.ReoGrid.IO.OpenXML.ExcelReader.LoadDrawingObjects(Document doc, Worksheet sheet, Worksheet rgSheet, Drawing drawingFile)
       en unvell.ReoGrid.IO.OpenXML.ExcelReader.LoadWorksheet(IWorkbook rgWorkbook, Document doc, WorkbookSheet sheetIndex)
       en unvell.ReoGrid.IO.OpenXML.ExcelReader.ReadStream(IWorkbook rgWorkbook, Stream stream)
       en unvell.ReoGrid.IO.ExcelFileFormatProvider.Load(IWorkbook workbook, Stream stream, Encoding encoding, Object arg)
       en unvell.ReoGrid.Workbook.Load(Stream stream, FileFormat fileFormat, Encoding encoding)
       en unvell.ReoGrid.Workbook.Load(String path, FileFormat fileFormat, Encoding encoding)
       en unvell.ReoGrid.ReoGridControl.Load(String path, FileFormat fileFormat)
        ....
If you need the file to test how can i send it to you?

Offline

Board footer

Powered by FluxBB