7 रिपॉजिटरी
Mechanisms for restricting the type and range of data users can enter into spreadsheet cells.
Distinct from Data Validation: Focuses on the end-user input constraints within a spreadsheet file, whereas Data Validation usually refers to backend data model enforcement.
Explore 7 awesome GitHub repositories matching data & databases · Spreadsheet Data Validation. Refine with filters or upvote what's useful.
ExcelJS is a Node.js spreadsheet engine and manipulation library used for reading, writing, and modifying XLSX and CSV files. It functions as a formatting tool and asynchronous streaming parser for generating complex workbooks containing formulas, rich text, and custom styles. The library is distinguished by its ability to process large datasets using asynchronous data streaming and incremental processing, which minimizes memory usage during data extraction and file generation. Its capability surface covers comprehensive data management, including structured tables, named ranges, and cell da
Implements input constraints such as dropdown lists and numeric ranges for spreadsheet cells.
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
Provides mechanisms for restricting the type and range of data users can enter into spreadsheet cells.
Wuhan2020 is an open platform for collecting, validating, and visualizing epidemic relief data, originally focused on coordinating community response during the COVID-19 crisis. It aggregates information on hospitals, factories, logistics providers, hotels, and donations from multiple sources into a central repository, making it accessible through an interactive geographic map and a programmatic API. The platform distinguishes itself by using GitHub issues as its primary data store, with label-driven organization and command-based task assignment that allows volunteers to claim and track work
Automatically syncs relief data from shared spreadsheets into the central repository.
यह प्रोजेक्ट एक Model Context Protocol सर्वर है जो AI एजेंट्स को प्रोग्रामेटिक रूप से Excel वर्कबुक बनाने, पढ़ने और संशोधित करने के लिए इंटरफेस प्रदान करता है। यह एक ब्रिज के रूप में कार्य करता है जो लार्ज लैंग्वेज मॉडल्स को स्प्रेडशीट ऑटोमेशन और डेटा विज़ुअलाइज़ेशन करने में सक्षम बनाता है। यह सर्वर AI एजेंट्स को रॉ डेटा से नेटिव Excel चार्ट और पिवट टेबल बनाने की अनुमति देता है, जिससे स्ट्रक्चर्ड जानकारी को विज़ुअल समरी में बदला जा सकता है। यह प्रोटोकॉल-आधारित कनेक्टिविटी लेयर के माध्यम से रिमोट स्प्रेडशीट प्रबंधन की सुविधा देता है। यह सिस्टम स्प्रेडशीट मैनिपुलेशन की व्यापक क्षमताएं प्रदान करता है, जिसमें फॉर्मूला और डेटा वैलिडेशन के लिए सेल-लेवल ऑपरेशन्स, रेंज की विज़ुअल फॉर्मेटिंग और लेआउट में बदलाव शामिल हैं। यह वर्कबुक-लेवल प्रबंधन को भी संभालता है, जैसे मेटाडेटा एक्सट्रैक्शन, शीट ऑर्गनाइजेशन और स्ट्रक्चर्ड टेबल बनाना।
Implements mechanisms for restricting data types and ranges through spreadsheet data validation.
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
Restricts the type of data users can enter into cells and provides selectable dropdown lists.
EPPlus is a .NET library designed for programmatically creating, manipulating, and styling Excel files using the Open XML format. It functions as an office file manipulator and spreadsheet processor that allows for the generation and modification of workbooks without requiring the local installation of office productivity software. The library enables the creation of complex workbooks featuring charts, pivot tables, and conditional formatting for automated reporting. It includes an internal calculation engine to execute embedded formulas and spreadsheet logic, and provides security features s
Defines input rules and restrictions to ensure data integrity from end users in spreadsheet cells.
This application is a personal finance tracker that utilizes a cloud-based spreadsheet as its primary database for recording and organizing daily spending. It provides a web-based dashboard for managing individual transactions and generating monthly summaries to assist with budget oversight. The project distinguishes itself by leveraging spreadsheet-based storage to enable collaborative financial management, allowing multiple users to access and update shared records in real time. It further automates record maintenance through recurring transaction scheduling and integration with external wo
Synchronizes expense records with remote spreadsheets to facilitate external data management and cross-platform access.