404
Views
3
Comments
Solved
Is an Excel File?
Question

How to check if an uploaded file is really an Excel file?

regards,

indra

2021-02-18 12-29-06
António Pereira
Champion
Solution

Hi Indra,

I found an OutSystems component to edit and create excel files. You can check if an uploaded file is an excel one by opening it using this component and if no exceptions or strange value are returned you can assume that it is an excel file.


Regards,

António Pereira

2017-02-23 11-12-25
Eric Halim

Halo Om,

Upload Widget has Id,Content,Type and Filename attributes. Maybe you could check at least from the filename given and make sure extension is right i.e. xlsx

2021-02-18 12-29-06
António Pereira
Champion
Solution

Hi Indra,

I found an OutSystems component to edit and create excel files. You can check if an uploaded file is an excel one by opening it using this component and if no exceptions or strange value are returned you can assume that it is an excel file.


Regards,

António Pereira

2018-01-19 03-18-31
indra budiantho

Thank you all,

I am thinking to use the content type of the uploaded file:

regards,

indra

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