XToolset icon indicating copy to clipboard operation
XToolset copied to clipboard

Typed import, and export XLSX spreadsheet to JS / TS. Template-based create, render, and export data into excel files.

Results 25 XToolset issues
Sort by recently updated
recently updated
newest added

I expect `DUMP_COLS` to shift the columns to the right, so that you can write templates after the `DUMP_COLS` statement. Here is a small reproduction of what I mean: [issue.xlsx](https://github.com/Siemienik/XToolset/files/8252819/issue.xlsx)...

BUG

all files are available in [9a87732](https://github.com/Siemienik/xlsx-renderer/commit/9a87732) # Actual ![image.png](https://images.zenhubusercontent.com/5f08cdaaad707dc5c637e2ae/f8161f5a-36de-4f07-a1b6-7876281d7d62) # Expected ![image.png](https://images.zenhubusercontent.com/5f08cdaaad707dc5c637e2ae/6a2bd8f6-5edb-47b2-8f4a-5bf41c884df2)

BUG
accepted
important

WIP: Introducing webpack to create a bundle available to publish via CDN TODO: * [x] bundler * [x] licenses listing * [x] choose CDN provider * [x] publishing bundle (...

As @Metastasis mentioned in https://github.com/Siemienik/xlsx-import/issues/4#issuecomment-711051787. Current factory has possibility only for reading workbook from local file system, what can't works under browser because security purposes. # Actual The `ImportFactory.from` accept...

accepted

# Examples The existence of examples has two reasons: 1. Show others how to use our pretty lib 2. Prove that this lib works with different envs&technologies The situation when...

accepted
important

https://sonarcloud.io/project/issues?id=Siemienik_XToolset&resolved=false&severities=CRITICAL%2CMINOR

accepted

Working code provided here: https://github.com/Siemienik/XToolset/issues/93#issuecomment-732309383 ## TODO: * [x] #135 Add function to load directly from ArrayBuffer * [ ] Add at least one example with xlsx-renderer runned on browser...

accepted
important

* [x] #32 Pure nodeJS * [x] #45 Node with TS * [x] #47 ExpressJS * [ ] Vanilla JS (JS without framework) in a browser * [x] #57 Reactjs...

accepted

The `If ... else` statement would be a good solution in cases if the data model has for example an empty array, then it would be possible to display an...

Using template with nested loops, the expected file is generated correctly however few renderer variables (in this case `!# END_LOOP item` and `!# FINISH`) are not removed from the generated...

BUG
accepted
important