YongHee-Kim / XLSXasJSON.jl

Easy conversion of .xlsx into an array of objects in .json
https://yonghee-kim.github.io/XLSXasJSON.jl/
MIT License
0 stars 0 forks source link

tabular-data interface refactoring #13

Open YongHee-Kim opened 2 years ago

YongHee-Kim commented 2 years ago

initially XLSXasJSON is designed for conerting xlsx to json and I didn't gave much thought about JSONWorksheet table interface.

But I actually used a lot of table operations with JSONWorksheet, and will continue do so. And there are lots of great tabular data packages already exist, I should use one of them instead of building one by myself.

YongHee-Kim commented 1 year ago

Use indexed tables https://juliahub.com/ui/Packages/IndexedTables/YIs33/1.0.0