Import-Excel - directly from Base64 #1370
Unanswered
sebastijanz
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Unfortunately, the .NET C# library I use does not support that or Off the top of my head, could you open the file, convert the base 64 and save it as an xlsx? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, would be possible to use Import-Excel directly from Base64 format? I'm parsing excel files from exchange 365 and then saving them locally.
When they are saved I'm importing them using "Import-Excel" and saving data to database.
Now I have an idea to skip saving files locally. :)
Beta Was this translation helpful? Give feedback.
All reactions