| render_csv_file |
render_csv_file(filename: str = '', title: str = '', notes: str = '') -> bool |
Renders a CSV file with the provided filename, title, and notes. The data is |
| render_excel |
render_excel(filename: str = '', title: str = '', notes: str = '') |
Generates and exports an Excel report from the specified data list. The report's |
| render_excel_x |
render_excel_x(xls_x_file: str = '', title: str = '', notes: str = '') |
This method processes an existing .xlsx file by converting it to .xls file format temporarily, |
| render_excel_x_template |
render_excel_x_template(filename: str = '', template: str = '', title: str = '', notes: str = '') |
|
| render_pdf |
render_pdf(filefolder: str = '', filename: str = '', param1: str = '', param2: str = '', param3: str = '', notes: str = '') |
Renders and generates a PDF document based on the given parameters and publishes it to a specific directory. |