I need to know if there is any possibility to validate from the frontend with Angular, the amount of rows in a .xlsx file. And i need to check if there is an specific column name, such as ID. Any help would be appreciated. PD: I know this is much easier to do in the API, but i need to do it in Angular.
Asked
Active
Viewed 14 times
0
-
You should at least provide how the excel file is stored in the frontend. Is it uploaded by the end user? If yes, can you please provide some code where this takes place? – Fabian Strathaus Oct 12 '22 at 12:28