-
Notifications
You must be signed in to change notification settings - Fork 0
Licence compliance requirements for SheetJS fork #302
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
base: main
Are you sure you want to change the base?
Conversation
Updating for tables
… to get defined tables Excel.js only offered an async API to load files, so we couldn't use it :'-( # Conflicts: # lib/importer/package.json # lib/importer/src/dudk/backend.js
rossjones
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. I think we can ignore the CI failures for now and have a discussion on how to solve them in our local version of sheetjs. I'm happy to submit a separate PR for the tablecache cleanup if you're not sure about it.
…tion.js and sheet.js for selecting user defined tables.
…ets.js to select and preview tables.
rossjones
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like a good approach but there are a couple of places where functions don't look like they're doing the right thing (badly cased map key, and empty return) - so it might be worth checking it is doing what you expect.
…elector and to extract the header row automatically
Added code to import defiend tables, along with the associated SheetJS changes.