-
Updated
Aug 30, 2020 - Vue
{{ message }}
An elegant dashboard
A web based file manager,web IDE / browser based code editor
使用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等文件在线预览
Read and write spreadsheet files (CSV, XLSX and ODS), in a fast and scalable way
Pure go library for creating and processing Office Word (.docx), Excel (.xlsx) and Powerpoint (.pptx) documents
A Python module for creating Excel XLSX files.
Do you want to request a feature or report a bug?
Did you test against the latest CI build?
Version of ClosedXML
Tried both 0.95.999.2099 and 0.95.3
What is the current behavior?
If you open a created file in Excel, select File > Info it will warn you th
Luckysheet is an online spreadsheet like excel that is powerful, simple to configure, and completely open source.
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.
Spreadsheet Architect is a library that allows you to create XLSX, ODS, or CSV spreadsheets super easily from ActiveRecord relations, plain Ruby objects, or tabular data.
Currently, no models are unit tested (only collection)
An office suite that combines text, spreadsheet and presentation editors allowing to create, view and edit local documents
The simple, easy-to-implement library to export HTML tables to xlsx, xls, csv, and txt files.
A common, beautiful interface to tabular data, no matter the format
A C library for creating Excel XLSX files.
Excel XLSX parser/generator written in JavaScript with Node.js and browser support, jQuery/d3-style method chaining, encryption, and a focus on keeping existing workbook features and styles in tact.
Hi there,
using [dk.ative/docjure "1.12.0"] will bring in CVE-2019-12415, as lein-nvd would indicate.
That is fixed with [org.apache.poi/poi "4.1.1"], but one cannot pull that change without incurring into mjul/docjure#82, so mjul/docjure#81 would be a great start.
cc/ @manuelherzog
Fast and powerful .NET spreadsheet component, support data format, freeze, outline, formula calculation, chart, script execution and etc. Compatible with Excel 2007 (.xlsx) format and working on .NET 3.5 (or client profile), WPF and Android platform.
Add a description, image, and links to the xlsx topic page so that developers can more easily learn about it.
To associate your repository with the xlsx topic, visit your repo's landing page and select "manage topics."
Since version 0.16.5, th following code returns a null worksheet:
XLSX.utils.json_to_sheet([], {header: columns})Is it now working as it is wanted? If so, how could we create an empty worksheet? In my case it is expected that sometimes the data is an empty array. And an empty worksheet only with headers is expected.