We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84b440e commit 6c2e6e6Copy full SHA for 6c2e6e6
1 file changed
index.html
@@ -34,8 +34,8 @@
34
}
35
36
input {
37
- width: 100%;
38
- height: 100%;
+ width: 30px auto;
+ padding: 5px;
39
border: none;
40
text-align: center;
41
background-color: transparent;
@@ -60,8 +60,8 @@
60
61
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/js/bootstrap.bundle.min.js"></script>
62
<script>
63
- const rows = 20;
64
- const cols = 20;
+ const rows = 3000;
+ const cols = 1000;
65
const table = document.getElementById('excelTable');
66
const formulaInput = document.getElementById('formulaInput');
67
0 commit comments