tfussell / xlnt

:bar_chart: Cross-platform user-friendly xlsx library for C++11+
Other
1.43k stars 401 forks source link

Google Sheet exported xlsx file won't open #429

Open seccpur opened 4 years ago

seccpur commented 4 years ago

Only works with xlsx file exported from MS Excel, however xInt failed to open xlsx file exported from Google sheet, it throws an exception.

tfussell commented 4 years ago

Thank you for reporting this issue. Could you please provide an example of a file that won't open? A description of the error message and any special workbook features you're using (e.g. charts) would help too.

seccpur commented 4 years ago

Here's a sample exported from Google Sheet that don't open with XInt, throws an exception rather. Thanks:

GoogleSheetMade.xlsx

tfussell commented 4 years ago

Thanks, I'll see what I can do here.