I’d like to export tables to certain cells within Excel. Is this possible?
As in tab1 to A1, tab2 to A10, tab3 to A30.
Right now i’m importing data to excel using xml ‘websocket’ but it is not robust enough. Must be a better way to generate files with multiple tables (given variable number of tables).
1) You can use save your data int the separate excel file and link all necessary fields with your current excel . i.e. 2 files with links to each other
2) You can send http requests(i.e in this case you need to write macros in Excel)
I’d like to export tables to certain cells within Excel. Is this possible?
As in tab1 to A1, tab2 to A10, tab3 to A30.
Right now i’m importing data to excel using xml ‘websocket’ but it is not robust enough. Must be a better way to generate files with multiple tables (given variable number of tables).