Array to Podio Excel File
Create an Excel file from a multi-dimensional array and attach it to a Podio Item
Arguments:
- "data" (text - multi-dimensional JSON array of data, eg: [{"id":"1","title":"lorem ipsum"},{"id":"2","title":"amet qui"}] )
- "podio_item_id" (integer)
- "file_name" (string)
Returns:
ID of created file
NB: Don't forget to set your headers and use POST (not GET) for the arguments !!!