Re: Anyway to read a xlsm file and copy content to a sharepoint list?
Maybe use powerquery to import table from xlsm to a xls file and use that as the flow source?
It does insert an additional file update, but you could work that into a macro in the xlsm file.
Set the flow to trigger on changes in the xls file.
process:
1: make changes in xlsm
2: makro in xlsm opens xls file and performs "updateall" - wait X seconds - save and close xls - return to xlsm file
3: flow triggers on changes in xls file and runs on the content of xls file