Quote Originally Posted by starzen View Post
also just to make sure

check the CreateBook function in szLibXlWrapper.pkg

it calls

Get ComCreateBook bXML to vBook

make sure it passes the bXML parameter. at one point it had a fixed True at that spot instead

the fixed True would always force XLSX file format.
All xlsx, but I should make it a bit more bulletproof.


poked around and realised we have several versions of the LibXL.dll on the network so I made sure the original was what was being found in the 20.1 programs folder. Lo and behold it works.

I would guess we are not now bang up to date but as long as it makes spreadsheets we'll cross the details off as we get to them.

Thanks Mike