FIX cell formulas not working for writing Workbook#11
Open
Ahmed--Mohsen wants to merge 1 commit intoprotobi:masterfrom
Open
FIX cell formulas not working for writing Workbook#11Ahmed--Mohsen wants to merge 1 commit intoprotobi:masterfrom
Ahmed--Mohsen wants to merge 1 commit intoprotobi:masterfrom
Conversation
Collaborator
|
@Ahmed--Mohsen Thanks for reporting. For diagnostic, do you know if it works correctly with the original SheetJS/js-xlsx? |
Author
|
@pietersv No its not working on SheetJS/js-xlsx
|
Collaborator
|
@Ahmed--Mohsen Aha, that's likely a deeper issue with the main branch outside the scope of styling. Can accept a pull request to this branch if you figure this out. Alternately, if this is for a professional project and you just need it done in the next couple days, can do this under a statement of work. I estimate this at four to six hours. Results would be included in the this public project with unit tests, accessible via bower and npm. Contact me directly if useful. |
|
UP. Issue was fixed in main branch: |
markBerlin
pushed a commit
to mmpro/js-xlsx
that referenced
this pull request
Dec 15, 2017
neilbrianpador
pushed a commit
to neilbrianpador/js-xlsx
that referenced
this pull request
Feb 25, 2025
Privacy Policy Modal
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
There is an issue when trying to write cell with
f attribute (formula)that the cell got ignored and not written in the output file as expected