Showing 35 open source projects for "file-studio"

View related business solutions
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • Train ML Models With SQL You Already Know Icon
    Train ML Models With SQL You Already Know

    BigQuery automates data prep, analysis, and predictions with built-in AI assistance.

    Build and deploy ML models using familiar SQL. Automate data prep with built-in Gemini. Query 1 TB and store 10 GB free monthly.
    Try Free
  • 1
    PhpSpreadsheet

    PhpSpreadsheet

    A pure PHP library for reading and writing spreadsheet files

    PhpSpreadsheet is a library written in pure PHP and offers a set of classes that allow you to read and write various spreadsheet file formats such as Excel and LibreOffice Calc. PhpSpreadsheet is a library written in pure PHP and offers a set of classes that allow you to read and write various spreadsheet file formats such as Excel and LibreOffice Calc. Support for PHP versions will only be maintained for a period of six months beyond the end of life of that PHP version. ...
    Downloads: 62 This Week
    Last Update:
    See Project
  • 2
    CryptPad
    CryptPad is an open-source, end-to-end encrypted collaborative office suite developed by XWiki SAS. It offers a privacy-focused alternative to mainstream cloud-based productivity tools, enabling users to create, edit, and share documents securely without compromising data privacy. All content is encrypted client-side, ensuring that only authorized users can access the information. CryptPad supports various applications, including rich text documents, spreadsheets, presentations, code...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    Apache OpenOffice

    Apache OpenOffice

    The free and Open Source productivity suite

    Free alternative for Office productivity tools: Apache OpenOffice - formerly known as OpenOffice.org - is an open-source office productivity software suite containing word processor, spreadsheet, presentation, graphics, formula editor, and database management applications. OpenOffice is available in many languages, works on all common computers, stores data in ODF - the international open standard format - and is able to read and write files in other formats, included the format used by the...
    Leader badge
    Downloads: 213,841 This Week
    Last Update:
    See Project
  • 4
    TableMD

    TableMD

    CSV file to Markdown and Docbook table converter

    This application converts standard CSV files to Markdown and/or Docbook tables.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 5

    SimpleXlsxWriter

    C++ library for creating XLSX files for MS Excel 2007 and above.

    This library represents XLSX files writer for Microsoft Excel 2007 and above. The main feature of this library is that it uses C++ standard file streams. On the one hand it results in almost unnoticeable memory and CPU resources consumption while processing (that may be very useful at saving a large data arrays), but on the other hand it makes unfeasible to edit data that were written. Hence, if using this library the structure of the future report should be known enough. ...
    Leader badge
    Downloads: 6 This Week
    Last Update:
    See Project
  • 6
    pyspread

    pyspread

    Python spreadsheet application

    ...Dependencies + Python (>=2.7, <3.0) + numpy (>=1.1.0) + wxPython (>=2.8.10.1, Unicode version required) + matplotlib (>=1.1.1) + pycairo (>=1.8.8) Optional dependencies + python-gnupg (>=0.3.0, for opening own files without approval) + xlrd (>=0.9.2, for loading Excel® files) + xlwt (>=0.9.2, for saving Excel files, pyspread >=v0.3.0 required) + jedi (>=0.8.0, for tab completion and context help in the entry line, pyspread >=v0.3.0 required) + basemap (>=1.0.7, for the weather example pys file)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    stylefmt

    stylefmt

    stylefmt is a tool that automatically formats stylesheets

    stylefmt is a tool that automatically formats CSS according to stylelint rules. stylefmt'd code is easier to write. Never worry about minor formatting concerns while hacking away. Easier to read, when all code looks the same you need not mentally convert others' formatting style into something you can understand. Easier to maintain, mechanical changes to the source don't cause unrelated changes to the file's formatting; diffs show only the real changes. Uncontroversial, never have a debate...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Excel file analysis toolkit

    Lays out dependencies (links) between Excel files in a visual graph

    Do you have a haystack (legacy) of Excel files that reference each other and you can't see clear anymore? This tools crawls Excel files and builds up a visual graph. It shows which files might be outdated because they reference a file which was modified more recently. The graph is dynamic, you can choose between different layout algorithms and rearrange by hand. Allows you to quickly open the file, dump the graph, dump all links within a file, highlight all the cells that reference other excel files. This tool was intended for internal use but made available here on SF. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9

    Excel compare tool

    Compares two Excel files on a cell-by-cell basis and dumps differences

    Java tool that takes a source and a compare file as input and then generates following files if any differences are encountered: -Source file with differences marked and -Compare file with differences marked -Difference dump file containg all locations of differences, src value, compare value
    Downloads: 2 This Week
    Last Update:
    See Project
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • 10
    An Excel that creates a powerpoint presentation of nicely formatted slides from the rows in a spreadsheet. Create your own ttemplates to include any fields from the spreadsheet customize your layout. More info on Tiran: http://tirandagan.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    GnuCash Export Modifier

    Perl utility that modifies GnuCash Trasnaction Exports

    This Perl utility script will allow you to quick strip the split or utility file and display transaction month and year information. It is intended simply to save time when uploading using that export in any spreadsheet tool to perform analysis.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    xlsLib

    C++/C library to construct Excel .xls files in code.

    A multiplatform C++ library for dynamic generation of Excel .xls files containing multiple worksheets. Unlike .csv files, these can be directly opened by Excel and thus provide an excellent way to output large data sets that require further analysis. To see the latest changes, select "Files" and view the README text displayed at the bottom of that pane. IMPORTANT: Major changes are contained in the current SVN source. If you have time please try to use it or the...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 13
    Sheetster Web Spreadsheet

    Sheetster Web Spreadsheet

    an embeddable spreadsheet for your web application

    Sheetster is a web-based spreadsheet editor and viewer. It can import and export the XLS and XLSX file formats and nearly the full range of Excel formula functions are supported. Most basic features are implemented as well as some of the more advanced ones. The user interface is written entirely in JavaScript and its server-side API is pure Java based on the OpenXLS spreadsheet engine. Neither the client nor the server needs Excel or any browser plugins.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Bean Sheet is an interpreted Java spreadsheet. At its core is Bean Shell, an open source Java interpreter. The potential of marrying a Java interpreter with a spreadsheet allows a single document to be a powerful application in its own right.
    Downloads: 24 This Week
    Last Update:
    See Project
  • 15
    The csvdatamix project aims to randomize CSV input data files in order to conceal the original state of the data. Similar to data masking or data transformation. Also has mapping abilities to translate back to the original state of the data.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16

    Java CSV Library

    Small, fast Java library for reading and writing CSV files

    Java CSV is a small fast open source Java library for reading and writing CSV and plain delimited text files. All kinds of CSV files can be handled, text qualified, Excel formatted, etc.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 17
    You want to render an Excel file inside web browsers and allow users to edit information in cells... Workbook Tag has been designed to simplify this scenario. MSOffice is not required ! Ajax interact with server (Excel, Editor, Tag, HTML Converter, JSP)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    OpenOffice XML Filter for loading a GnuCash XML file into an OpenDocument 1.1 spread sheet.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    A Pure Java Office suite which is compatible with the MS file formats. Since it doesn't require native libraries, it can be loaded inside any browsers and any platforms. Notably it promotes Enterprise 2.0 by combination of uEngine BPM and web office
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    Templates for integrating the data structures of Compiere, Openbravo or ADempiere for all kind of Pentaho Data Integration processes. Later on we plan to migrate these to Talend too.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Sharp Tools is a java spreadsheet. It features full formula support, standard cvs file format, printing support, undo/redo, a clipboard, sorting, data exchange with Excel, histogram generation, and a built-in help system.
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    This program converts, compares, merges, normalizes, and refactors data to and from disparate sources (CSV, Excel, and any JDBC/ODBC database) for use in a Java program.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    ErgoTabcalc is a general calculation and report system. Calculation sequences are stored in the database. These sequences are made from simple operations on data, eg, add two table columns, or sort a table. This is similar to relational algebra.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    We have develop data mining 'Plug and Play' WYSIWYG Tool on commercial ERP Baan IVc4 which uses Baan 4 GL as extract and transform engine and MS excel as load client . For more information about the tool and the company , please visit www.erpjewels.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    A simple utility script that reads two xls files, and returns the LINES from the second that do not exist in the first, into a new xls file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB