-
Updated
Mar 14, 2022 - Vue
{{ message }}
An elegant dashboard
Go language library for reading and writing Microsoft Excel™ (XLSX) files.
A pure PHP library for reading and writing spreadsheet files
描述错误
重现
期望的结果
, in a fast and scalable way
A Docker-powered stateless API for PDF files.
Pure go library for creating and processing Office Word (.docx), Excel (.xlsx) and Powerpoint (.pptx) documents
ClosedXML is a .NET library for reading, manipulating and writing Excel 2007+ (.xlsx, .xlsm) files. It aims to provide an intuitive and user-friendly interface to dealing with the underlying OpenXML API.
A Python module for creating Excel XLSX files.
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.
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
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.
A C library for creating Excel XLSX files.
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
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.
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."
While writing string data (example = "121212121212121" -> string of all integer characters) into excel.
while user download and see, the downloaded xl/CSV, the data is shown in exponential format. Is there a way to show the same data. without converting into exponential in this case.