Rednas
Rednas
Official support for sheetjs would make an awesome feature I think. Is it already decided to support it or not?
Just tried this with **v2**, but unfortunately **extendParser** is not supported (yet). See #1822 for the feature request.
For some reason I am not able to import **defineTransformer**  How did you manage to do this or should we wait for the next version of Nuxt Content v2?...
After clean and restart of nuxt the **alias** works ` alias: { '@nuxt/content/transformers': 'node_modules/@nuxt/content/dist/runtime/transformers/utils' }` I also have this in the terminal  Resulting in:  Version info: NodeJs v18.12.1
Just tried with the latest version of nuxt, but looks like **xlsx** is not supported anymore😢   For some reason it also required installing `@types/node`
Just tried it again and with a little help of copilot I managed to find a working solution for nuxt users. I also rewritten it for the composition api with...
I would love this feature too. Perhaps introduce a VaScheme component which can take a json schema. Something like. https://formkit.com/essentials/schema#form-generation-example
@formulahendry Last update was more then 3 years ago. Do you still plan on making updates?
any update on this?
I would love this feature too. Why not render the required icons directly from **nuxt.config.ts** Something like: `icons: ["uil:github"]` [formkit/icons](https://formkit.com/essentials/icons) seems to be doing something similar with a more limited...