OlegFromOmsk
OlegFromOmsk
## 🐛 Bug Report "vue": "^3.2.33", "exceljs": "^4.3.0", node: 'v18.2.0', npm: '8.9.0', vite v2.9.9 ## Steps To Reproduce try to build project with vite build But where is an error^...
I have a table in html. And html2pdf works fine. But now I need add some text before table only in PDF, not in html. I have added `` with...
I'm using `LuckyExcel.transformExcelToLucky` to Excel file with some protected cells. `LuckyExcel.transformExcelToLucky(files[0], function(exportJson, luckysheetfile) { }` But cells in exportJson don't have `lo: 1`
Table event **on-select-all-cancel** return selected rows' data array. So, it return empty array. It doesn't help
Hello I need Excel file with columns from this table: ``` ``` How I can do it? Thanks