02-07-2022 11:02 PM
Hello Team,
I have requirement of writing excel binary spreadsheet .xslb extension type.
Used Excel formatter snap followed by file writer and able to write the .xslb file ,
But how do i apply Grid format for Excel table headers for filters on each column ?
Is there any way in Snaplogic to write .xslb files with grid on table columns(the drop down list in screenshot for headers) , Please suggest ?
Example of grid Excel file is attached, where we can do filtertation, sort etc on each column.
Thanks,
Rakesh
02-08-2022 11:49 PM
Correction - The extension type of file is .xlsb (not .xslb) which i am trying to write, Please suggest if .xlsb extension is supported by Excel formatter and file writer snaps or any other workaround.
Thanks!
02-10-2022 02:21 AM
Hello Team,
Please let me know if this possible ?
With xlsx the file size is becoming big which will block us from sending mail as attachment so want to make it .xlsb.
File is getting corrupted if i am using file extension xlsb.
Thanks!
02-14-2022 08:39 AM
Example of grid Excel file is attached, where we can do filtertation, sort etc on each column.
Do you have that example? I didn’t see an attachment
02-14-2022 09:45 AM
Hi Robin,
Hope you are doing great! Attached is the pipe slp.
The contettype of excel formatter in pipe says “application/vnd.openxmlformats-officedocument.spreadsheetml.sheet”, which is content type for xlsx.
.xlsb contenttype will be “application/vnd.ms-excel.sheet.binary.macroEnabled.12”.
I don’t find any option to define mimetype in formater snap so i used the extension in file writer directly as Test.xlsb. I can see file in sldb but on downloading it is converting it to .xlsx
xlsbTest_2022_02_14.slp (9.4 KB)
TestXLSBIn.xlsx (10.2 KB)
With File Reader snap followed by excel parser i tried reading TestXLSBIn.xlsb file but the parser snap failed to parse data. I am unable to attatch .xlsb here but please convert attached xlsx into xlsb as below by save as ‘Excel Binary Book’
Any help on how do we read or write xlsb.
Thanks,
Rakesh