I have csv file i need to add status macro, URL and then a table from csv macro in confluence cloud by programmatically using python script.
Seems that the Table from CSV macro is ours and belongs to the Table Filter, Charts & Spreadsheets for Confluence app. The macro can recreate tables from CSV attachments and URLs.
If you need to add statuses to this table by conditions, you may use the Table Transformer macro.
If your goal is to do smth else, please clarify it for further assistance.
It sounds like the real issue here is that the row details are stored inside an Expand macro, and that content is not being treated as exportable table data in CSV.
A different approach could be to keep that information directly in a native Confluence table and then use Simple Table on top of it. That way, you still get filtering, sorting, search, and CSV/Excel export, but the data remains structured as table content instead of nested macro content.
So I’m not sure this is something Simple Table would solve for an existing Expand-inside-cell setup, but it could definitely be a cleaner workaround if the table is redesigned to keep exportable values directly in the cells.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.