File tree Expand file tree Collapse file tree 2 files changed +5
-29
lines changed
Expand file tree Collapse file tree 2 files changed +5
-29
lines changed Original file line number Diff line number Diff line change @@ -31,35 +31,10 @@ The library is based on the C library libxls, see
3131[ sourceforge] ( https://sourceforge.net/projects/libxls/ ) or
3232[ github] ( https://github.com/svn2github/libxls ) .
3333
34- ## Related Stuff
34+ ## See Also
3535
36- ### Haskell
37- xlsx format:
38- * https://hackage.haskell.org/package/xlsior Streaming Excel (xslx) file generation and parsing
39- * https://hackage.haskell.org/package/xlsx Excel xslx file parser/writer
40- * https://hackage.haskell.org/package/xlsx-templater create xlsx data files from xlsx templates
41- * https://hackage.haskell.org/package/hs-excelx read-only access to Excel 2007 and 2010 documents in XLSX format
42-
43- Others:
44- * https://hackage.haskell.org/package/SpreadsheetML Write support for Excel's SpreadsheetML format
45-
46- ### C
47- * https://sourceforge.net/projects/libxls/
48- * https://www.gaia-gis.it/fossil/freexl/index Available as debian package too.
49- * https://gitlab.com/orcus/orcus C++ XML workbooks
50-
51- ### Java
52- * http://poi.apache.org/ Jakarta POI
53-
54- ### Python
55- * http://pandas.pydata.org/pandas-docs/stable/generated/pandas.read_excel.html
56-
57- ### JavaScript
58- * https://www.npmjs.com/package/excel-parser
59- * https://www.npmjs.com/package/xlsx
60-
61- ### Perl
62- * ParseExcel
36+ * [ xlsior] ( https://hackage.haskell.org/package/xlsior ) : Streaming Excel (xslx) file generation and parsing
37+ * [ xlsx] ( https://hackage.haskell.org/package/xlsx ) : Excel xslx file parser/writer
6338
6439## Contributing
6540Welcome! If you would like to have something changed or added go ahead,
Original file line number Diff line number Diff line change @@ -5,7 +5,8 @@ description:
55 Parse Microsoft Excel spreadsheet files in @.xls@ file format
66 (extension '.xls') more specifically known as 'BIFF/Excel 97-2004'.
77 .
8- The library is based on the C library https://sourceforge.net/projects/libxls.
8+ The library is based on the C library
9+ 'https://sourceforge.net/projects/libxls'.
910
1011homepage : http://github.com/harendra-kumar/xls
1112license : BSD3
You can’t perform that action at this time.
0 commit comments