Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
fix: missing PRN in xlsx.mini #1908
Conversation
@SheetJSDev I have no written unit test in this changes, but I have tested the changes in my local application and the CSV works. Also, the existing unit test seems to pass when I run the test locally. |
Poke @SheetJSDev again |
Hi @SheetJSDev @srijonsaha may I have an update or response for the PR? If there's anything missing from the PR, please let me know to improve. I'm waiting for this patch before I can use Thanks! |
@garrettluu can you take a peek? |
Code itself looks fine, but please squash your commits into 1 with |
- build: update mini script
Thanks @garrettluu for the response and review. I've squashed the commit. Look forward to the update |
Hi @garrettluu @SheetJSDev I've made the requested changes. Please confirm if this is fine. Look forward to the release! |
- build: update mini script
Issue
#1760
Description
Based on my investigation, it seems like the function
read_prn
in the mini is missingPRN
when it tries to read a string of CSV file.My proposed solution is to add the
PRN
declaration as part of themini
build, which exists in thebits/40_harb.js
.