207
Views
3
Comments
Convert XLS to XLSX ?
Question

Hi All,

I have a question please:

Can xls file be converted to xlsx within an Outsystems application?!

I hope that makes sense.

Thank you in anticipation.

Anastasios 

2024-07-05 14-16-55
Daniël Kuhlmann
 
MVP

Hi Anastasios,

I did not come across a forge component that can do that. 

You have two options to explore

1. Use a clouds service with an API that you can consume like https://cloudconvert.com/api/v1

2. Create an extension to wrap a c# library that does the conversion https://medium.com/@lockevn/convert-excel-format-xls-to-xlsx-using-c-3e1a348fca22

Regards,

Daniel

2024-12-10 11-32-22
Vikas Mohite

Hello, Daniel 

You suggested implementing an API from a cloud service to convert an Excel file to an Excel XLS file

Can you walk me through the process, step by step?

Regards,

Vikas



UserImage.jpg
Anastasios Dimou

Hi  Daniel,

Thank you for the recommendation, I will give it a go and let you know.

Cheers,

Tasos

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