Skip to content

Commit c59828d

Browse files
authored
Update index.html
1 parent 6c2e6e6 commit c59828d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@
6060

6161
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/js/bootstrap.bundle.min.js"></script>
6262
<script>
63-
const rows = 3000;
64-
const cols = 1000;
63+
const rows = 1200;
64+
const cols = 800;
6565
const table = document.getElementById('excelTable');
6666
const formulaInput = document.getElementById('formulaInput');
6767

0 commit comments

Comments
 (0)