
is it possible to export the data in my database either as excel or other format?
TL;DR
Developers discuss exporting data from the database. One suggests dumping to JSON then using a CSV converter or a library. Another mentions creating a script to convert documents to CSV. The original developer asks if it's possible to export data from the database as Excel or another format. 
I don't think so, no.
You could make a script however for like CSV, by getting the documents and changing it to like a CSV

Dump to JSON, then use a CSV convertor or a lib.
Recommended threads
- Relationship problem
When I UPDATE a document that has a relationship and I pass id and all the data of the relationship it works but if i CREATE a document then it says 401 user un...
- How many functions can I run simultaneou...
I want to konw, how many functions can I can simultaneously in appwrite cloud? I want to make a chat app where user sends text and text is processed using funct...
- How to set up appwrite database caching ...
Hi everyone,I hope you're doing well. I'm currently working on a project where I'm using Next.js for the frontend and Appwrite for the backend. I've been explo...
