Showing 20 open source projects for "xlsx to xml"

View related business solutions
  • Case Management Software for Social Services Icon
    Case Management Software for Social Services

    For human services organizations looking for case management software

    Collaborate is customizable case management software for non-profits and social services agencies with teams of 5+ staff.
  • iDeals Virtual Data Room | Efficient, Secure Data Sharing Icon
    iDeals Virtual Data Room | Efficient, Secure Data Sharing

    Over 1,000,000 professionals from 175,000 companies have shared documents securely with iDeals

    Share and collaborate on business-critical documents in a secure way.
  • 1
    XLSX

    XLSX

    Go (golang) library for reading and writing XLSX files

    xlsx is a library to simplify reading and writing the XML format used by recent version of Microsoft Excel in Go programs. Version 3.0.0 introduces some more breaking changes in the API. All methods that can return an `xlsx.File` struct now accept zero, one or many `xlsx.FileOption` functions as their final arguments. These can be used to modify the behavior of the resultant struct, in particular they replace the `…WithRowLimit` variants of those methods with the result of calling...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2
    XLSX.jl

    XLSX.jl

    Excel file reader and writer for the Julia language

    XLSX.jl is a Julia package to read and write Excel spreadsheet files. Internally, an Excel XLSX file is just a Zip file with a set of XML files inside. The formats for these XML files are described in the Standard ECMA-376. This package follows the EMCA-376 to parse and generate XLSX files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    tableExport.jquery.plugin

    tableExport.jquery.plugin

    jQuery plugin to export a html table to JSON, XML, CSV, TSV, TXT, SQL

    jQuery plugin to export an html table to JSON, XML, CSV, TSV, TXT, SQL, Word, Excel, PNG, and PDF.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    unioffice

    unioffice

    Pure go library for creating and processing Office Word documents

    unioffice is a library for creation of Office Open XML documents (.docx, .xlsx and .pptx). Its goal is to be the most compatible and highest-performance Go library for the creation and editing of docx/xlsx/pptx files. Every release of our libraries is automatically tested against known vulnerabilities and do not pass unless everything is remediated. All changes are carefully reviewed by our team. Our SDKs libraries are flexible and developed to solve common problems. We provide high-level...
    Downloads: 0 This Week
    Last Update:
    See Project
  • High-performance Open Source API Gateway Icon
    High-performance Open Source API Gateway

    KrakenD is a stateless, distributed, high-performance API Gateway that helps you effortlessly adopt microservices

    KrakenD is a high-performance API Gateway optimized for resource efficiency, capable of managing 70,000 requests per second on a single instance. The stateless architecture allows for straightforward, linear scalability, eliminating the need for complex coordination or database maintenance.
  • 5
    Swiss File Knife

    Swiss File Knife

    One hundred command line tools in a small and portable binary.

    Create zip files, extract zip files, replace text in files, search in files using expressions, stream text editor, instant command line ftp and http server, send folder via network, copy folder excluding sub folders and files, find duplicate files, run a command on all files of a folder, split and join large files, make md5 checksum lists of files, remove tab characters, convert CR/LF, list newest or biggest files of a folder, compare folders, treesize, show first or last lines of a file,...
    Leader badge
    Downloads: 467 This Week
    Last Update:
    See Project
  • 6

    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. The library...
    Leader badge
    Downloads: 16 This Week
    Last Update:
    See Project
  • 7
    DocWire SDK

    DocWire SDK

    Award-winning modern data processing in C++17/20

    DocWire SDK, a standout C++17/20 data processing tool, has received award from SourceForge and strong backing from Microsoft. It handles nearly 100 file types, empowering efficient text extraction, web data extraction, and document analysis. The upcoming integration of C++17 and C++20 will bring advanced functionalities, particularly in areas like HTTP capabilities and web data extraction. For businesses, the shift to DocWire SDK signifies a leap forward. It promises comprehensive document...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    neoHort  iText&OpenPdf&JExcel&ApachePOI

    neoHort iText&OpenPdf&JExcel&ApachePOI

    neoHort:Java PDF&XLSX runtime builder-based iText&JExcelAPI&Apache POI

    neoHort: Java PDF&XLSX runtime builder. Based: iText 2.1.7, OpenPdf, JExcelAPI, POI libraries. Xml-based input source with integrated WebJava environment objects. Includes dynamical tag's structures. Demo https://neohort.herokuapp.com/ https://neohort4ape.appspot.com GitHub https://github.com/surban1974/neohort neoHort5 migrated to https://sourceforge.net/p/neohort5 Maven https://github.com/surban1974/neohort/blob/master/README.md
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    XLS to XML

    XLS to XML

    Translate files between XLS / XLSX and XML format . . .

    XLStoXML is a portable cross-platform desktop application for file format translation between XLS/XLSX and XML. No installation required except Java. The simple and intuitive interface allows you to do complex operations with just a few clicks. We are currently offering only a free version of this software, this means that all the features are available for you! The downloads and old versions code are distributed in SourceForge, and will be available soon. This piece of software is more...
    Downloads: 7 This Week
    Last Update:
    See Project
  • ContractSafe: Contract Management Software Icon
    ContractSafe: Contract Management Software

    Take Control Of Your Contracts Without Wrecking The Budget

    Ditch those spreadsheets, shared drives & crazy-expensive solutions with too many bells & whistles. ContractSafe offers the simplest way to manage your contracts efficiently without breaking the bank.
  • 10
    EPPlus

    EPPlus

    Create advanced Excel spreadsheets using .NET

    ... Open XML format (xlsx). EPPlus has no dependencies other than .NET. This project started with the source from ExcelPackage. It was a great project to start from. It had the basic functionality needed to read and write a spreadsheet. Advantages over other: EPPlus uses dictionaries to access cell data, making performance a lot better. Complete integration with .NET.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 11

    ABL_xls.i

    OpenEdge ABL-based Excel Spreadsheet library

    Library of procedures and functions that manage Microsoft Excel Spreadsheets. Import Excel Spreadsheets (xls/xlsx) from Windows servers to ABL temp-tables via ActiveX. Generate native Excel Spreadsheets (xls/xlsx) from Windows servers via ActiveX. Generate native Excel XML Spreadsheet 2003 (xml) from Windows or Linux servers via native ABL. ---- There has been significant effort on my part to produce this code. It works and it works well. In return, I have two requests: 1...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    TableExport

    TableExport

    The simple, easy-to-implement library to export HTML tables to xlsx

    The simple, easy-to-implement library to export HTML tables to xlsx, xls, csv, and txt files. To use this library, include the FileSaver.js library, and TableExport library before the closing body tag of your HTML document. In order to provide Office Open XML SpreadsheetML Format ( .xlsx ) support, you must include the following third-party library in your project before both FileSaver.js and TableExport. To support legacy browsers ( Chrome < 20, Firefox 13, Opera 12.10, IE, 10, Safari 6...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    JETT

    JETT - Java Excel Template Translator

    JETT is a Java 5.0 API that reads an Excel spreadsheet as a template, takes your data, and creates a new Excel spreadsheet that contains your data, formatted as in the template. It works with .xls and .xlsx template spreadsheets.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    EliteOCR

    EliteOCR

    OCR tool for market screenshots in Elite: Dangerous

    EliteOCR allows you to OCR market screenshots from Elite: Dangerous and export the data to various formats and services.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    XLS(X)toTMX

    XLS(X)toTMX

    Excel to TMX file converter

    XLS(X)toTMX allowed you to convert Excel 2003/2007/2010/2013 (*.xls & *.xlsx) files to TMX 1.1 file. TMX files are specific XML format files used in CAT software as OmegaT.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    closedXMLExcel

    closedXMLExcel

    professional Excel component specially designed for .NET developers

    This is a package of an Example Project for ClosedXML_Excel. As a free C# excel API, it can enable developers to edit, copy, create, print and convert Excel files which were generated by ClosedXML. You can create a large range of applications for free. It supports both for the old Excel 97-2003 format (.xls) and for the new Excel 2007 and Excel 2010 (.xlsx). Main features. Convert .xlsx to PDF. Convert .xlsx to XML. Convert .xlsx to CSV. Convert .xlsx to image. Save Chart to Image...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    EX-Converter

    A tool that generates XML file for TestLink importing.

    EX-Converter is a lightweight Windows application that could convert your test specifications from Excel sheets to TestLink XML formats; then you can use the XML files for TestLink importing. It aims to minimize your effort on modifying existing xls/xlsx format test cases and free you from directly handling XML elements. Download source code, sample templates, a quick tutorial and the application itself from "Files" as you wish. Just try it and see if it helps with your work! NOTE...
    Downloads: 36 This Week
    Last Update:
    See Project
  • 18
    Toolsverse ETL Framework

    Toolsverse ETL Framework

    Open source Extract Transform Load engine written in Java

    ETL Framework is a standalone Extract Transform Load engine written in Java. It includes executables for all major platforms and can be easily integrated into other applications. Key Features: * embeddable, open source and free * fast and scalable * uses target database features to do transformations and loads * manual and automatic data mapping * data streaming * bulk data loads * data quality features using SQL, JavaScript? and regex * data transformations Requirements *...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19

    CERIF-TG-Toolbox

    Tool to produce the CERIF deliverables (XML Schemas and XML Semantics)

    ... CERIF entity) and the updated style (introduced 2012: a common namespace, one schema, embedding). It also generates the CERIF-XML instance documents (updated style) of the CERIF Semantic Layer entities, based on a *.xls or *.xlsx file. While being most useful to the CERIF Task Group member who prepares a CERIF release, it is of use to anyone who wants to experiment with CERIF extensions. The software is written in Java and XSLT. It is made available under the European Union Public License.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Spreadsheet Exporter is a library (API) developed using Java to read a spreadsheet file from Ms Excel or Open Office Spreadsheet (*.xls,*.xlsx,*.odt). And then export the read-result to SQL, XML, POJO or you can create your own customized exporter.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next