Question
Convert table, insert headers before cell content
Hello all,
Let's say I have a big table and I want to convert it into text, but I need to insert the corresponding column heading before each cell content. For example, a simple 2x2 table with a header must be converted like this
Column 1 Header
Row 1 Cell 1 Content
Column 2 Header
Row 1 Cell 2 Content
Column 1 Header
Row 2 Cell 1 Content
Column 2 Header
Row 2 Cell 2 Content
Is it possible to do this through a script?
Many thanks!
