Siemienik / XToolset

Typed import, and export XLSX spreadsheet to JS / TS. Template-based create, render, and export data into excel files.
https://siemienik.com/docs/xtoolset
MIT License
174 stars 34 forks source link

Add some xlsx-import & xlsx-import-cli examples TS&JS #6

Open Siemienik opened 4 years ago

Siemienik commented 4 years ago
Metastasis commented 4 years ago

@Siemienik I would like to work on this

Siemienik commented 4 years ago

I would like to work on this

Nice to ~hear~ read that 😁

Metastasis commented 4 years ago

@Siemienik I have a couple of question about this issue

  1. Could you describe what frontend apps supposed to do?
  2. Do we really need all these frameworks? I think these app will be all alike
Siemienik commented 4 years ago

@Metastasis ad1. I don't have any idea yet, I may something invent if want you? ad2. IMO, it's nice to show that this library works with all common frameworks - each framework has own hermetic community. And ... I suppose that xlsx-import doesn't works on frontend at all.. have to check (because exceljs has different imports for frontend) , however this issue is great occasion to check browser support :) Maybe for start just do one of this frameworks? What do you think?

Metastasis commented 4 years ago

@Siemienik Ok, I'm then going to split my work

  1. I'll check for browser support and if it's not supported I'll create separate issue
  2. After that issue done I can think of an app that reads xlsx from file (via File or Blob or URL.createObjectURL) and then displays parsed content in some div