I want to make a excel sheet data into a table using automate. The excel has first row to be used as header and rest as data but to be made table in automate like we do using Ctrl +T in excel manually.
Data is already in the excel file.If not possible please provide valid sources
I want to make a excel sheet data into a table using automate. The excel has first row to be used as header and rest as data but to be made table in automate like we do using Ctrl +T in excel manually.
Data is already in the excel file.If not possible please provide valid sources
Share Improve this question asked Feb 17 at 14:19 Sharanya BajpaiSharanya Bajpai 294 bronze badges 1- There's more to it than just pressing Ctrl+T when it comes to creating a table programmatically. You would need to either 1) know the range you want to create into a table or 2) do the work to simulate the Ctrl+T and define the range. Can you show a data set or something? – Skin Commented Feb 18 at 0:04
1 Answer
Reset to default 2you can use the Create Table connector in Excel. but you may need to specify the range of the table manually.
sample data
before running:
after running:
the table name is also updated
Note: when power automate succeeded, wait to reflect the changes in file. it may take around 1 minute or less to reflect.