Programmatically export Excel "Scarica dettaglio righe" #479
-
Hi, I am trying to understand if there is way to programmatically download Excel reports via API. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hello, You can though decide to turn the data returned by our APIs into other formats, such as XLSX, using libraries similar to Apache POI (it depends on the language you're using to create your integration, or if you're using a No-Code software like Zapier). Thanks |
Beta Was this translation helpful? Give feedback.
-
Thanks Valmoz, |
Beta Was this translation helpful? Give feedback.
As stated before, we only support JSON format, but turning a JSON into CSV should be much easier than doing the same action with XLSX. Some JSON parsing libraries natively support CSV too.
Let us know if you need additional info.
Thanks
Mauro