xls icon indicating copy to clipboard operation
xls copied to clipboard

Pure Golang xls library

Results 49 xls issues
Sort by recently updated
recently updated
newest added

The file handle does not appear to be closed,And this question is also related to this. https://github.com/extrame/xls/issues/68 ![QQ截图20201112180900](https://user-images.githubusercontent.com/33649884/98926389-37c18300-2512-11eb-88f4-131e8cd65d8b.png)

Custom number formats are not implemented http://www.openoffice.org/sc/excelfileformat.pdf page 174 i use github.com/IntelligenceX/fileconversion/xls which contain a number of fixes, but still formats like '0"руб."' do not work well. Here is my...

添加获取所有合并单元格的列

Test for issue #47 not working because of breaking changes in xlsx lib used [https://github.com/tealeg/xlsx](https://github.com/tealeg/xlsx). Should rewrite issue #47 test further.

when I try to import this into my GOPATH, using command - go get github.com/extrame/xls I get error as - # github.com/extrame/xls github.com/extrame/xls/comparexlsxlsx.go:27:38: xlsxSheet.Rows undefined (type *xlsx.Sheet has no field...

Fix error: invalid memory address or nil pointer dereference

../github.com/extrame/xls/comparexlsxlsx.go:27:38: xlsxSheet.Rows undefined (type *xlsx.Sheet has no field or method Rows)

Hi, We are parsing xls file, while processing some of the numbered cells, it is not giving the right values and sometimes it is returning the string. Could you please...

Hi, Just wondering, does this lib execute cell formulas and return the results in the cell ? Many thanks