xls
- Sign up for GitHub or sign in to edit this page
Here are 196 public repositories matching this topic...
A pure PHP library for reading and writing spreadsheet files
-
Updated
Oct 18, 2019 - 2 commits
- PHP
使用spring boot打造文件文档在线预览项目解决方案,支持doc、docx、ppt、pptx、xls、xlsx、zip、rar、mp4,mp3以及众多类文本如txt、html、xml、java、properties、sql、js、md、json、conf、ini、vue、php、py、bat、gitignore等文件在线预览
-
Updated
Oct 18, 2019 - 146 commits
- Python
ONLYOFFICE Document Server is an online office suite comprising viewers and editors for texts, spreadsheets and presentations, fully compatible with Office Open XML formats: .docx, .xlsx, .pptx and enabling collaborative editing in real time.
-
Updated
Oct 17, 2019 - 327 commits
- Shell
The simple, easy-to-implement library to export HTML tables to xlsx, xls, csv, and txt files.
-
Updated
Oct 15, 2019 - 431 commits
- JavaScript
import magic
Traceback (most recent call last):
File "", line 1, in
File "/Users/rajdeepsharma/.virtualenvs/charenc/lib/python2.7/site-packages/magic.py", line 61, in
_open = _libraries['magic'].magic_open
File "/usr/local/Cellar/python/2.7.14/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/init.py", line 379, in getattr
func =
An office suite that combines text, spreadsheet and presentation editors allowing to create, view and edit local documents
-
Updated
Oct 11, 2019 - 55 commits
The Apache POI project used by Docjure has released version 4.0.0.
Docjure should be upgraded from the 3.x series to use the latest version.
Read about Apache POI here: http://poi.apache.org
:x: Multi-format spreadsheet CLI (now merged in http://github.com/sheetjs/js-xlsx )
-
Updated
Oct 16, 2019 - 54 commits
- JavaScript
Python command line tool for conversion between iOS strings files and excel files & between android strings.xml files and excl files. & strings files to android strings.xml files.
-
Updated
Oct 10, 2019 - 52 commits
- Python
tableExport(table导出文件,支持json、csv、txt、xml、word、excel、image、pdf)
-
Updated
Oct 10, 2019 - 32 commits
- JavaScript
:books: SheetJS Test Files (XLS/XLSX/XLSB and other spreadsheet formats)
-
Updated
Aug 6, 2019 - 135 commits
- HTML
Export html table to excel file in browser
-
Updated
Oct 16, 2019 - 43 commits
- JavaScript
Describe the bug
Security alert on xls opening
To Reproduce
Steps to reproduce the behavior:
- Generate an xsl file.
- Open it with Excel (Max OS Excel for Mac 16.21.1)
- You got the screenshotted alert message
Expected behavior
No error message
Screenshots
<img width="431" alt="capture d ecran 2019-01-30 a 14 22 43" src="https://user-images.githubuserconte
Detects tabular data (spreadsheets, dsv or json, 20+ different formats) and emits normalized objects.
-
Updated
Sep 6, 2019 - 30 commits
- JavaScript
I noticed a bug in the html_to_sheet function. When reading cells that are empty, the cell index is correctly incremented, but if the cell has HTML tags and is observed to be empty after stripping the tags, the cell index is not incremented. This results in misalignment of the subsequent cells:
https://github.com/SheetJS/js-xlsx/blob/e3c5eac99c3b2be6929adfca455c1be87fab792b/xlsx.js#L18956-L18