Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

Getting all rows from excel that is not formatted as a table

Trying to build a flow that would trigger when a new file in a folder is created (using onedrive business for this one). Basically, if I choose get a row , it requires my excel files to have a table to get data from it. However, files I receive are not always formatted so I need something that would parse the files regardless of whether or not it is formatted as table. Is there a workaround?

>Solution :

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

Yep, use Office Scripts. You’ll need to make sure your licence covers it but most do.

https://learn.microsoft.com/en-us/office/dev/scripts/overview/excel

Or the only other real alternative is the Microsoft Graph API’s …

https://learn.microsoft.com/en-us/graph/api/resources/excel?view=graph-rest-1.0

They allow you to perform a number of functions, one of which is getting range based data that is not formatted as a table.

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading