We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16745f6 commit 3b5f38bCopy full SHA for 3b5f38b
packages/demo/src/examples/example13.ts
@@ -38,7 +38,7 @@ export default class Example {
38
albumTable.setReferenceRange([1, 1], [3, originalData.length]);
39
albumTable.setTableColumns(['Artist', 'Album', 'Price']);
40
41
- worksheet.sheetView.showGridLines = false;
+ // worksheet.sheetView.showGridLines = false;
42
worksheet.setData(originalData);
43
workbook.addWorksheet(worksheet);
44
0 commit comments