Skip to content
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

XLSB file support #104

Open
pankajsoni19 opened this issue Apr 7, 2020 · 5 comments
Open

XLSB file support #104

pankajsoni19 opened this issue Apr 7, 2020 · 5 comments
Labels
enhancement New feature or request

Comments

@pankajsoni19
Copy link

Is there any roadmap to support xlsb file format?

@MaxDesiatov
Copy link
Collaborator

Hi @pankajsoni19, thanks for bringing this up. Unfortunately, there's no such roadmap. Any pull requests adding such support would be appreciated, but after a cursory look at the spec of that format it doesn't look like that is going to be easy.

SheetJS seems to be providing some support for this format if you'd be interested in using that. Again, looking at that code it confirms my suspicion that supporting .xlsb in CoreXLSX would be hard, I don't think it would map to our Codable models well if at all.

@pankajsoni19
Copy link
Author

I did try sheetJS demo examples. I have around 300-500K rows in table with 10 columns. It just crashes my browser window. I would see if our system input can be changed, else will send a pull request shortly.

@MaxDesiatov
Copy link
Collaborator

I've found yet another implementation, doesn't look that scary actually in terms of complexity, leaving the link here for posterity

@MaxDesiatov MaxDesiatov added the enhancement New feature or request label Apr 9, 2020
@MaxDesiatov
Copy link
Collaborator

And another one in Python...

@pankajsoni19
Copy link
Author

What i did was install libreoffice, and use it's headless tool to convert it to csv. then read csv line by line. It helps my use case as the excel sheet is quite big ~150mb and this keeps memory usage low too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants