Skip to main content
Announcements
See why Qlik was named a Leader in the 2024 Gartner® Magic Quadrant™ for Data Integration Tools for the ninth year in a row: Get the report
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Export a Table Box with No Column Headings

I would like to be able to export a table box and not have the column headings be a part of the export. Does anyone know how to do this?

3 Replies
Not applicable
Author

Right click at the table

Copy to clipboard

Table data area

Is this what you are looking for.

Anders

Not applicable
Author

I am wanting to do this as a macro. I was hoping to use the Export function so that I could easily control the creation of the file and what goes into it. Can I do the Copy/Paste of the Table Data Area programmatically?

Not applicable
Author

You can copy to clipboard by using

ActiveDocument.GetSheetObject("CH01").CopyTableToClipboard true

Look in the API guide for more.

Anders