Luckyexcel
Luckyexcel copied to clipboard
Luckysheet import export library
When you import an excel file that has filters, the filters aren't imported to by luckyexcel to luckysheet.
It would be nice if it already exports to Excel, however if it doesn't, does it export to any format?
When parsing the excel file's drawing.xml you store all **** elements in a variable, then you iterate said variable and add every image you find in the **twoCellAnchor** elements to...
[excel.xlsx](https://github.com/mengshukeji/Luckyexcel/files/5753329/excel.xlsx) 以上表格使用luckyExcel导入遇到两个问题: 1. 表格中的.emf文件解析失败,在[src/common/emf.ts 'if(w!=wS || h!=hS) throw "e";'](https://github.com/mengshukeji/Luckyexcel/blob/master/src/common/emf.ts)  抛出异常导致文件整体无法解析,注释掉后文件可继续导入,但渲染出的表格中缺少.emf文件 2. 其中一个图片解析出来使用luckysheet渲染结果是翻转的: 
For some reason this simple sheet fails to parse, the sheet is completely valid and opens normally following log when trying to parse: ``` LuckyExcelTest:1 Uncaught (in promise) 1 e...
How to implement import in collaborative editing and also copy paste is not saving data using luckysheet server. While copy paste, collaboration is working fine.
LuckySheet.ts 607行 新增DATA_VERIFICATION_TYPE2_MAP[matchType]判断 _type2 = operator ? DATA_VERIFICATION_TYPE2_MAP[matchType] && DATA_VERIFICATION_TYPE2_MAP[matchType][operator] : "bw"; 修改后正常打开,但当下拉表引用的是区域名称时,还是有错误。希望增加区域名称识别。
场景描述: 使用`luckysheet`导入带图片的excel,没有任何问题。然后使用`exceljs`导出excel,使用的是将图片绑定到单元格的方式,具体如下图所示:  然后将导出的excel再次导入,发现图片丢失了。 经过分析`luckyexcel`的源码,原因应该是`luckyexcel`不支持单元格上的图片导入,源码位置如下:  以上代码只处理了插入到某个区间的图片(`tagName`为`xdr:twoCellAnchor`),而没有处理绑定到单元格的图片(`tagName`为`xdr:oneCellAnchor`), 请问这种情况应该如何解决比较好呢?
后台生成的excel文件流,隐藏列没有隐藏