You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cannot initiate Excel to create a new excel sheet. Please help
Currently using excel version: excel: ^4.0.6
Flutter doctor:
Doctor summary (to see all details, run flutter doctor -v):
[√] Flutter (Channel stable, 3.24.1, on Microsoft Windows [Version 10.0.19045.4842], locale en-US)
[√] Windows Version (Installed version of Windows is version 10 or higher)
[√] Android toolchain - develop for Android devices (Android SDK version 35.0.0)
[√] Chrome - develop for the web
[√] Visual Studio - develop Windows apps (Visual Studio Community 2022 17.10.5)
[√] Android Studio (version 2024.1)
[√] Connected device (4 available)
[√] Network resources
• No issues found!
The text was updated successfully, but these errors were encountered:
Same issue here, it seems that when I disable 'All Exceptions' in breakpoints when running the app in vscode, the error doesn't appear and creation of the file is still successful.
Same, and disable "All Exceptions" of vscode really do the thing.
I‘m making a csv excel convertor, everything work jsut fine during the “read excel data and convert into csv“ part, but when i want to create a new excel to write into, it throw error. The strange thing is it will throw error too if I go back to run the "excel to csv" part.
This gives error.
I cannot initiate Excel to create a new excel sheet. Please help
Currently using excel version:
excel: ^4.0.6
Flutter doctor:
The text was updated successfully, but these errors were encountered: