-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Excel data type inlineStr is not supported #123
Comments
@cmcaine , a few of these assertions I put because I couldn't find an instance or scenario where MS Excel generates this kind of tags. How this excel file is created? Which software is used to create the file? |
Maybe the performance issue is related to inlineStr. But can you give details on the size of the file, and how much time it takes to load on MS Excel and ExcelReaders.jl? |
The file is generated by EXWA https://www.elcomsoft.co.uk/exwa.html Really they should just generate a csv, but whatever. ExcelReaders takes about 1m per sheet, which makes it about twice as fast. Libreoffice loads it in 26s:
Don't have access to MS Excel. |
@cmcaine I see. Is it possible to generate a file with random data with EXWA that triggers this issue? |
Not easily :(
I'd have to make a database with the same schema as WhatsApp uses, then use
EXWA to export that as an xlsx.
I might be able to do this, but no guarantee I'll have the time or ability.
…On Thu, 14 Nov 2019, 18:57 Felipe Noronha, ***@***.***> wrote:
@cmcaine <https://github.com/cmcaine> I see. Is it possible to generate a
file with random data with EXWA that triggers this issue?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#123?email_source=notifications&email_token=ABNZA6KJY6NEGSFT42XBBN3QTWNS5A5CNFSM4JNM7SF2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEC5EQQ#issuecomment-554029634>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABNZA6NHHHQJGLZJBPCRA2LQTWNS5ANCNFSM4JNM7SFQ>
.
|
Here's an example excel file with inline strings, not generated by EXWA, though. Maybe helpful? Found here: https://www.grapecity.com/forums/silverlight-edition/read-generated-excel-with- |
@cmcaine , yes I can work with that. Thanks! |
Closed by 80df442. |
I can't access the data of most cells because they are "inlineStr"
Can't share the sheet because it's confidential and resaving a non-confidential example in the software I have available encodes it differently.
The text was updated successfully, but these errors were encountered: