Discussions
Excel Upload via /company/documents does not work
almost 2 years ago by Andreas Hötzinger
Hi, when we upload Excel Documents with the provided C# sample code, it does not arrive correctly in Personio. We get a blank document symbol there, and when we open the document it does not display the excel content as it does when we upload it manually. It displays MIME encoded stuff like
data:application/vnd.openxmlformatsofficedocument.spreadsheetml.sheet;name=belege.xlsx;base64,UEsDBBQABgAIAAAAIQDvL....
PDF works like a champ. We are using 1:1 the provided C# Sample from the API Reference. We are also using .net 6.