There was an error while loading. Please reload this page.
Sets the value for a cell. If the cell doesn't exist it will be created.
setCellValue( workbook, value, row, column )
workbook
value
row
column
spreadsheet = New spreadsheet(); workbook = spreadsheet.new(); spreadsheet.setCellValue( workbook, "test", 1, 1 );