Increased default height

This commit is contained in:
Gabriele Cannata 2023-07-30 17:43:08 +02:00
parent 55d38c24df
commit 8c4bc63cc3

View file

@ -39,7 +39,7 @@ function resolve_book_type(fileName: string): XLSX.BookType {
}
const DEFAULT_OPTIONS = {
height: 400,
height: 500,
width: "auto",
rows: 100,
cols: 26,