185 skills found · Page 1 of 7
apache / TikaThe Apache Tika toolkit detects and extracts metadata and text from over a thousand different file types (such as PPT, XLS, and PDF).
pyexcel / PyexcelSingle API for reading, manipulating and writing data in csv, ods, xls, xlsx and xlsm files
python-excel / XlwtLibrary to create spreadsheet files compatible with MS Excel 97/2000/XP/2003 XLS files, on any platform.
clarketm / TableExportThe simple, easy-to-implement library to export HTML tables to xlsx, xls, csv, and txt files.
tidyverse / ReadxlRead excel files (.xls and .xlsx) into R 🖇
nuovo / Spreadsheet ReaderA PHP spreadsheet reader (Excel XLS and XLSX, OpenOffice ODS, and variously separated text files) with a singular goal of getting the data out, efficiently
xltrail / Git XlGit extension: Makes git-diff work for VBA in Excel workbooks (xls* file types)
ozlerhakan / Poiji:candy: A library converting XLS and XLSX files to a list of Java objects based on Apache POI
tobya / DocToSimple command line utility for converting .doc & .xls files to any supported format such as Text, RTF, CSV or PDF
seamusabshere / Remote TableOpen local or remote XLSX, XLS, ODS, CSV (comma separated), TSV (tab separated), other delimited, fixed-width files, and Google Docs. Returns an enumerator of Arrays or Hashes, depending on whether there are headers.
shuchkin / SimplexlsParse and retrieve data from old format Excel XLS files. MS Excel 97 workbooks PHP reader.
quigleyj97 / Jupyterlab SpreadsheetJupyterLab plugin for viewing spreadsheets, such as Excel .xls/.xlsx workbooks and OpenOffice .ods files
focus-creative-games / Excel2TextDiff将xlsx之类的文件转成text然后再调用diff工具对比变化,非常适合替换TortoiseGit,TortoiseSvn之类的默认diff命令。 convert excel file(xls,xlsx,xlm etc) to text then launch diff tool(TortoiseDiff) to show differences.
d6t / D6tstackQuickly ingest messy CSV and XLS files. Export to clean pandas, SQL, parquet
zheeeng / Export From JsonExport to plain text, css, html, json, csv, xls, xml files from JSON.
GeoffZhu / Vue Xlsx TableNot need upload, view xlsx or xls file in your browser, Supported by js-xlsx.
shakinm / XlsReaderGo - lib for read xls (Excel) file
codingchili / ExcelasticVert.x web and commandline application to import CSV/XLS/XLSX files into ElasticSearch.
philipphecht / React Native Doc ViewerReact Native Doc Viewer (Supports file formats: xls,ppt,doc,xlsx,pptx,csv,docx,png,jpg,pdf,xml,binary ...)
filamentgroup / JQuery File DownloadOne issue we have not yet seen addressed is the Ajax’s inability to receive a response in any form but text. Since it is now common for web applications to offer options for exporting your data in desktop app formats — such as .doc or .xls — we wrote a jQuery plugin to facilitate requests from the front end that result in a file for download. The plugin does not actually use Ajax, but its syntax follows the conventions of jQuery's native Ajax functions, making it a natural addition to our jQuery toolset.