I have a bit of a dilemma that I am trying to resolve.
I am imputing binary Excel files into my workflow. I was able to read the file by installing Microsoft Access Database Engine 2013 based on instructions here. However, there seems to be some type of limit on the size of the fields that are coming in.
Binary Excel file size 255 and V_WSting as type for every single field.

Same file converted to xlsx coming in with increased Size for the 2nd column.

Does anyone know how to input Excel binary files so that the field length is not limited to 255 characters? I am hoping to bypass converting the file from xlsb to xlsx.