Rednas

Results 25 comments of 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** ![image](https://user-images.githubusercontent.com/25219229/213864518-97d9f20c-b6c6-43bb-86ad-ba08285ea504.png) 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 ![image](https://user-images.githubusercontent.com/25219229/213869172-bc5182d9-a625-405c-a2f3-13dd48ff4995.png) Resulting in: ![image](https://user-images.githubusercontent.com/25219229/213869192-52133901-a26d-4a01-9276-54c499b318bb.png) Version info: NodeJs v18.12.1

Just tried with the latest version of nuxt, but looks like **xlsx** is not supported anymore😢 ![image](https://user-images.githubusercontent.com/25219229/215069685-b61db2f6-3e8a-44e7-8649-2f4ae1f395aa.png) ![image](https://user-images.githubusercontent.com/25219229/215070635-86b99050-9dd3-463e-a4fa-cb3578aa3280.png) 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?

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...