14
Views
4
Comments
Solved
Read cell from file in .xls format
Application Type
Reactive

I need help reading a .xls file. 
I'm using the advanced Excel forge component, but the data is returning empty. When I use the file in .xlsx format, I can read it normally. Besides this method, I tried using the BinaryData extension and the "BinaryDataToText" action, but it also returned empty. 
Does anyone have any idea how I can do this? I need to validate the file header." 


Excel.png
UserImage.jpg
Vinicius Nunes Rodrigues Filho
Solution

Sure, we'll proceed with converting the files to .xlsx format since EPPlus doesn't support .xls. 
Thank you for your response and the suggestion to convert. 

2022-12-22 10-00-39
Beatriz Sabino

Hi Vinicius,

This component uses the EPPlus library, which doesn’t natively support the older .xls format used by Excel 97-2003.

According to the official EPPlus documentation, the following formats are supported:

Would it be possible for you to convert your files to .xlsx? 

UserImage.jpg
Vinicius Nunes Rodrigues Filho
Solution

Sure, we'll proceed with converting the files to .xlsx format since EPPlus doesn't support .xls. 
Thank you for your response and the suggestion to convert. 

2026-03-04 12-08-39
Luiz Henrique Stanqueviski

Hello Vinicius,

Perhaps, so that you don't always have to do the work of converting the xls file to xlsx, you can create your own extended action with C# to read the file and return the data you need. It's very simple using Integration Studio, but if you need any help, you can tell us so we can take your case as an example and create a specific method for it together.

Good luck and if you need help, count on us.

UserImage.jpg
Vinicius Nunes Rodrigues Filho

Thank you, Stanqueviski!

I handled it by creating an extension in Integration Studio to convert the file, which allowed me to read the data. 
Since it's a simple file and won't have many variations, I believe this solution is sufficient. 

Thank you once again for everyone's support.


Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.