-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can extract data from the sheet #2030
Comments
Hello @ramusesan If that's what you are looking for, you can use the const model = new Model(...);
// when you want to retrieve the spreadsheet data
const data = model.exportData();
// now you can do whatever you want with the data, including saving it to a database |
Without any update for two months, I will close this issue. Regards |
I tried this but I cannot get the data from Cells which has formula in it |
Do you mean you don't get the cell values (evaluated formulas)? |
That is exactly what I wanted evaluated(or should I say computed ?) values . so I can put that in my db |
Update : I just set my model mode from headless to normal and it worked but only for
Update 2: I need to evaluate Cells in loop and it worked
|
Which version are you using ? (I strongly suggest using 16.0 or the latest 16.3) |
hi, I found this lib is very useful. am looking for a library where we can store and retrieve the data from the sheet is this possible with this library,i am not able to see anything relevant extract data from the sheet and store in DB
The text was updated successfully, but these errors were encountered: