EXCEL Writer
Create an XLSX format file. Copy the data from the specified Excel file, use the provided Low-Code API to add or modify data or styles, and generate a new Excel file named 'output.xlsx'
Last updated
Create an XLSX format file. Copy the data from the specified Excel file, use the provided Low-Code API to add or modify data or styles, and generate a new Excel file named 'output.xlsx'
Last updated
Click "PICK", enter the Excel file name from the working folder via the keyboard, or use the %FILENAME% variable to select a .xlsx format file. The loaded data will be added to the output file output.xlsx by default. If you don't need to reference any Excel file, you can leave it blank.
In addition to the common file handling synchronous functions like api.files(), api.read(filename, encoding='utf8'), api.write(filename, text), and api.remove(filename), there are also other synchronous functions provided such as api.addSheet(header, rows, name), api.delSheet(name), api.sheetNames(), api.mergeCells(name, startRow, startCol, endRow, endCol), api.getCell(name, row, col), api.setCell(name, row, col, value, style), api.setColWidth(name, col, width), and api.setRowHeight(name, row, height). You can refer to the following examples for usage:
Set styles for a specific cell in an Excel sheet using a style object (applicable to .xlsx format files only). The format is as follows:
--
We are dedicated to improving our content. Please let us know if you come across any errors, including spelling, grammar, or other mistakes, as your feedback is valuable to us! 🤖️⚡️