-
Notifications
You must be signed in to change notification settings - Fork 2.6k
✨ feat(tools): Support for Excel (.xlsx) files #4668
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
Conversation
daniel-lxs
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.
Thank you @chrarnoldus!
fcc6b8d to
c34072a
Compare
9e3bf34 to
c34072a
Compare
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.
Thank you for removing jest from the test file!
mrubens
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.
Thanks!
Hello Roo people! We added this on the Kilo side and thought it might be useful to you! Kilo-Org/kilocode#724
It is a port of: cline/cline#3922
Similar in scope to: #4288
Important
Adds support for extracting text from Excel (.xlsx) files using
exceljs, with tests and updated dependencies.extractTextFromXLSXfunction inextract-text-from-xlsx.tsto extract text from Excel (.xlsx) files, handling various cell types and skipping hidden sheets.extract-text.tsto support.xlsxfiles by addingextractTextFromXLSXtoSUPPORTED_BINARY_FORMATS.extract-text-from-xlsx.test.tswith tests for text extraction, handling of multiple sheets, hidden sheets, and various cell value types.exceljstodependenciesinpackage.json.This description was created by
for c34072a. You can customize this summary. It will automatically update as commits are pushed.