Open-XML-SDK
Open-XML-SDK copied to clipboard
external table is not in expected format
when save ExcelDocument from OpenXML And try to use it with odbc client it's thrown external table is not in expected format Exception in C# there's an a way to use openxml documents in odbc!? my generated document by OpenXML Size is : 3kb and when i open and re-save that document with excel size changed to :10kb and when i re-save that work fine in odbc
Hi @sajjadarashhh,
Can you provide a simple repro for this and the exception stack trace and information?
Also, please fill out the information as described here: ISSUE TEMPLATE
@sajjadarashhh a couple more suggestions:
- you can post this question to StackOverflow using the openxml-sdk tag to see if anyone has a solution.
- please provide your generated workbook and the Excel re-save for comparison.
Note, what I typically do in these scenarios is compare what Excel does to my own document to see what possible parts or elements I may have missed in generation.