custom-json2excel
custom-json2excel copied to clipboard
[support] is that support nodejs ?
i use this repo in my nodejs app, when i generate it. This app has no reaction~
const json2excel = new Json2excel({ data: data_formant, keyMap: [...data.columns, "a"], orderedKey: ["a"]});
json2excel.generate();
i use this repo in my nodejs app, when i generate it. This app has no reaction~
const json2excel = new Json2excel({ data: data_formant, keyMap: [...data.columns, "a"], orderedKey: ["a"]}); json2excel.generate();
I have packaged it into cjs, it should support the node environment, but I have not tried it, you can share your mini repo
i use this repo in my nodejs app, when i generate it. This app has no reaction~
const json2excel = new Json2excel({ data: data_formant, keyMap: [...data.columns, "a"], orderedKey: ["a"]}); json2excel.generate();
try import Json2excel from 'custom-json2excel/dist/index.cjs'