-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
streamWriter conflicts with some func #777
Comments
Thanks for your issue. You can read cell value by |
Thanks for reply @xuri . I also can't understand this result. Because in my understanding, when I call |
Yes, the data generated by streaming API storage way is different with common API, so it seems "missing", but it can be stored in a spreadsheet if you save the file. |
All right. But I suggest you should write some tips at here. And I think it's a bit counterintuitive. Maybe you can consider merging these two APIs. |
Hi @00LT00, thanks for your suggestion. I have clarified for streaming API doesn't work with common API in the documentation. |
this is my demo.
the result is:
![image](https://user-images.githubusercontent.com/47566260/106499514-a7d11b00-64fb-11eb-9409-3639b1637098.png)
the file is :
![image](https://user-images.githubusercontent.com/47566260/106499644-cafbca80-64fb-11eb-8b1c-2364dc6add8f.png)
Why can't I get data by
GetRows
after I use thestreamWriter
, and the data will losed? But when I get empty data byGetRows
, there is streamWriter's data in the file. And if I useSetSheetRow
to add row after the file that has been saved withstreamWriter
, the excel file will be broken.I want know if maybe the "bug" is a feature in fact because it looks like very obvious. I can't get any information in the docs.
The text was updated successfully, but these errors were encountered: