Fixes #2942. #2943

Open
juanii wants to merge 1 commits from juanii/sheetjs:fix/2942 into master
First-time contributor

Not much more to say than the explanation in the bug report. To fix it, I copied the same treatment given by datenum_local() to dates between Jan 1 1900–Feb 28 1900 into datenum().

Regards,
juanii

Not much more to say than the explanation in the bug report. To fix it, I copied the same treatment given by datenum_local() to dates between Jan 1 1900–Feb 28 1900 into datenum(). Regards, juanii
juanii force-pushed fix/2942 from 3cae4cd896 to 7dfd53ebc3 2023-05-13 15:10:02 +00:00 Compare
juanii force-pushed fix/2942 from 7dfd53ebc3 to f953294210 2023-05-13 15:12:08 +00:00 Compare
This pull request has changes conflicting with the target branch.
  • xlsx.js

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u fix/2942:juanii-fix/2942
git checkout juanii-fix/2942

Merge

Merge the changes and update on Gitea.
git checkout master
git merge --no-ff juanii-fix/2942
git checkout master
git merge --ff-only juanii-fix/2942
git checkout juanii-fix/2942
git rebase master
git checkout master
git merge --no-ff juanii-fix/2942
git checkout master
git merge --squash juanii-fix/2942
git checkout master
git merge juanii-fix/2942
git push origin master
Sign in to join this conversation.
No description provided.