2 Repos
Support for writing data using both row-column indices and A1-style alphanumeric notation.
Distinct from Row-Based Stream Writing: Distinct from Row-Based Stream Writing as it focuses on the coordinate notation used rather than the memory-flushing mechanism.
Explore 2 awesome GitHub repositories matching data & databases · Cell Notation Writing. Refine with filters or upvote what's useful.
This is a Go library for reading and writing XLSX files, providing a toolkit for spreadsheet generation and data extraction. It functions as an Office Open XML parser and generator, enabling the creation of workbooks with support for styles, formulas, and metadata. The project features a data mapper that uses Go struct tags and reflection to automatically align spreadsheet rows with structured data. It also includes a validation engine for defining input constraints, such as dropdown lists and error alerts, to control user data entry. The library covers a broad range of capabilities, includi
Supports writing and accessing data using both row-column indices and A1-style alphanumeric notation.
XlsxWriter is a library for generating spreadsheets in the XLSX format, functioning as an Excel workbook writer and file generator. It provides the capability to write data, apply cell formatting, and build complex layouts across multiple worksheets. The project distinguishes itself with a memory-optimized writing mode that flushes large datasets to disk row-by-row, enabling the creation of files exceeding 4 GB while minimizing RAM consumption. It also includes a specialized mechanism for embedding binary project files and digital signatures to enable VBA macros and signed scripts within work
Writes various data types to specific cells using row-column or A1 notation.