Cells can hold a maximum of 32,767 characters

Hello,

My bot is reading from Excel file using “Read Workbook” activity, it was working perfectly fine until I got and excel file containing a single cell with 32, 767 characters. Bot is throwing an error “Cells can hold a maximum of 32, 767 characters”, I tried reading a single column and I am looking for a workaround. From the excel file I only need 3 columns and none of it will contain more than 20 characters.

Thank you

@michelle.soto,

It’s known limitation of Read Range workbook try using Excel Process Scope approach.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.