- The Mata xl() class includes seven new member functions:
- put_string() writes a string scalar, vector, or matrix to a Microsoft Excel worksheet.
- set_header() adds a worksheet header to the active worksheet.
- set_footer() adds a worksheet footer to the active worksheet.
- insert_horizontal_page_break() inserts a page break at the specified row in the active worksheet.
© Copyright 1996–2024 StataCorp LLC. All rights reserved.
- delete_horizontal_page_break() deletes a page break at the specified row in the active worksheet.
- insert_vertical_page_break() inserts a page break at the specified column in the active worksheet.
- delete_vertical_page_break() deletes a page break at the specified column in the active worksheet.