-
Notifications
You must be signed in to change notification settings - Fork 31
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
900232 - Add loading and saving samples for Google Drive #120
Conversation
|
||
<ItemGroup> | ||
<PackageReference Include="Google.Apis.Drive.v3" Version="1.68.0.3490" /> | ||
<PackageReference Include="Syncfusion.XlsIO.Net.Core" Version="26.2.7" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use version as "*"
|
||
<ItemGroup> | ||
<PackageReference Include="Google.Apis.Drive.v3" Version="1.68.0.3490" /> | ||
<PackageReference Include="Syncfusion.XlsIO.Net.Core" Version="26.2.7" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use version as "*"
@@ -0,0 +1,9 @@ | |||
namespace Edit_Excel.Models |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Delete the user file
Hi @Mohan2401 ,
Added loading and saving samples for Google Drive. Kindly review the changes.
Regards,
Kurmitha M.