Most voted "export" questions
53 questions
Sort by count of
-
-1
votes1
answer39
viewsCSS does not load into static build (next export)
I’m using Yarn create next-app, for my first site project on React. So I used export to generate the static site and moved the "out" folder to the server to see the result. But apparently all the…
-
-2
votes1
answer87
viewsHow to download a table of the quasar in excel format (xlsx)?
The quasar only provides examples of how to download a table in CSV format. I wonder if it is possible, using the same logic, to download tables in excel. Code of how I am doing. The file comes to…
-
-2
votes1
answer54
viewsImport and Export does not even work with type="module"
I have a Javascript file called "redirect.js", in which it has only two similar functions, which serve only to redirect to a specific page, "redirect.js", containing the following code: export…