Alternatives to xlrd

Compare xlrd alternatives for your business or organization using the curated list below. SourceForge ranks the best alternatives to xlrd in 2026. Compare features, ratings, user reviews, pricing, and more from xlrd competitors and alternatives in order to make an informed decision for your business.

  • 1
    openpyxl

    openpyxl

    openpyxl

    openpyxl is a Python library to read/write Excel 2010 xlsx/xlsm/xltx/xltm files. It was born from a lack of an existing library to read/write natively from Python in the Office Open XML format. All kudos to the PHPExcel team as openpyxl was initially based on PHPExcel. By default, openpyxl does not guard against quadratic blowup or billion laughs XML attacks. To guard against these attacks install defusedxml. Install openpyxl using pip. It is advisable to do this in a Python virtualenv without system packages. Sometimes you might want to work with the checkout of a particular version. This may be the case if bugs have been fixed but a release has not yet been made. There is no need to create a file on the filesystem to get started with openpyxl. Just import the Workbook class and start work. Sheets are given a name automatically when they are created. Once you gave a worksheet a name, you can get it as a key of the workbook.
    Starting Price: Free
  • 2
    Pillow

    Pillow

    Pillow

    The Python Imaging Library adds image processing capabilities to your Python interpreter. This library provides extensive file format support, an efficient internal representation, and fairly powerful image processing capabilities. The core image library is designed for fast access to data stored in a few basic pixel formats. It should provide a solid foundation for a general image processing tool. Pillow for enterprise is available via the Tidelift subscription. The Python Imaging Library is ideal for image archival and batch processing applications. You can use the library to create thumbnails, convert between file formats, print images, etc. The current version identifies and reads a large number of formats. Write support is intentionally restricted to the most commonly used interchange and presentation formats. The library contains basic image processing functionality, including point operations, filtering with a set of built-in convolution kernels, and color space conversions.
    Starting Price: Free
  • 3
    WebDataRocks

    WebDataRocks

    WebDataRocks

    WebDataRocks is a simple free JS library for creating functional and easy-to-use pivot tables. It can be used with Angular, Vue, React or any other framework. Free Flexible in customization JavaScript based client-side component Loads 1MB of JSON or CSV data files Full set of enterprise features Integration with 3rd party charting libraries Full set of enterprise features Features like filtering, sorting, grouping, conditional and number formatting, calculated values, totals are available for efficient work with your data. It supports printing or exporting web report to PDF, Excel or HTML with just one click. Ready-to-use modern UI The tool offers a classy spreadsheet-like interface optimized both for browsers and apps. All principles of reliability and excellent user experience are already implemented in this web reporting tool.
    Starting Price: Free
  • 4
    warcat

    warcat

    Python Software Foundation

    Tool and library for handling Web ARChive (WARC) files. Naively join archives into one. Extract files from archive. List commands available. List contents of archive. Load archive and write it back out. Split archives into individual records. Verify digest and validate conformance. The library may not be entirely thread-safe yet. The goal of the Warcat project is to create a tool and library as easily and fast as manipulating any other archive such as tar and zip archives. Warcat is designed to handle large, gzip-ed files by partially extracting them as needed. Warcat is provided without warranty and cannot guarantee the safety of your files. Remember to make backups and test them! A WARC file contains one or more records concatenated together. Each record contains named fields, newline, a content block, newline, and newline. A Content Block may be two types, {binary data} or {Named Fields, newline, and binary data}.
    Starting Price: Free
  • 5
    E-ICEBLUE

    E-ICEBLUE

    E-ICEBLUE

    E-iceblue provides a comprehensive suite of professional development libraries and APIs designed to enable developers to create, read, write, edit, convert, print, manipulate and view a wide range of document formats programmatically across multiple programming environments without relying on external applications like Microsoft Office or Adobe Acrobat. Its product range includes Spire.Office and individual components for .NET platforms (such as Spire.Doc, Spire.XLS, Spire.Presentation, Spire.PDF, Spire.Barcode, Spire.Email and Spire.OCR) that handle Word, Excel, PowerPoint, PDF, barcode generation and email operations in C#, VB.NET, ASP.NET, .NET Core, Xamarin and WPF applications, plus viewer libraries for embedded document display. E-iceblue also offers equivalent APIs for Java, C++, Python and JavaScript, as well as mobile and cloud libraries (including Spire.Cloud.Office with HTML5 browser support for Word and Excel), supporting document processing tasks.
  • 6
    JDeli

    JDeli

    IDR Solutions

    JDeli is a powerful Java SDK designed to help you easily read, write, convert, manipulate and process various image formats in Java. Here’s an overview of its features: -Wide Image Format Support: JDeli reads/writes BMP, GIF, HEIC, JPEG, JPEG2000, PNG, TIFF, and WebP. It also reads DICOM, EMF/WMF, PSD, and SGI formats. -High Performance: JDeli’s encoders and decoders outperform alternatives, making it ideal for performance-critical applications. -File Security: JDeli operates securely on your servers, with no callbacks or cloud access. Critical customer data remains secure. -Ongoing Development: JDeli offers nightly and stable builds with regular new features. It continues to expand its range of supported image formats, including AVIF, HEIC, and JPEG XL. -No Third-Party Libraries: JDeli avoids third-party dependencies, minimizing security risks and JVM crashes.
    Starting Price: $1600 per year
  • 7
    EasyXLS Excel Library
    Auxiliary tool that reads data and charts from a sheet of an xls or xlsx Excel file and displays the data in a gridview in ASP.NET. The source code is free open source if it is used among EasyXLS Excel library. Set Excel document formatting on-the-fly and see the required code. Import and export Excel file in C#, VB.NET windows applications or ASP.NET web pages. Convert between XLSX, XLS, XLSM, XLSB Excel file formats.
  • 8
    BuildVu

    BuildVu

    IDR Solutions

    With BuildVu, you’ll unlock precise PDF-to-HTML/SVG conversion, giving you greater control and added functionality over PDF in your web application. -Optimized Content: BuildVu intelligently converts PDFs, optimizing for smaller file sizes and fast rendering in browsers. -File Metadata: Access PDF data in JSON format, including metadata, word lists, outlines (bookmarks), and annotations. -Thumbnails: Generate high-quality page thumbnails with customizable dimensions. -Annotations: Enjoy support for various annotation types (Links, Popups, Sound/Video, Text, Highlight, Underline) in easy-to-use JSON format. -search.json: Extract all text from the document alongside the HTML content. -Font Conversion: Restructure embedded fonts for compatibility across web browsers. -Office Conversion: Combine BuildVu with LibreOffice for seamless conversion from Office formats (Word, PowerPoint, Excel).
    Starting Price: $450 per month
  • 9
    broot

    broot

    broot

    The ROOT data analysis framework is used much in High Energy Physics (HEP) and has its own output format (.root). ROOT can be easily interfaced with software written in C++. For software tools in Python there exists pyROOT. Unfortunately, pyROOT does not work well with python3.4. broot is a small library that converts data in python numpy ndarrays to ROOT files containing trees with a branch for each array. The goal of this library is to provide a generic way of writing python numpy datastructures to ROOT files. The library should be portable and supports both python2, python3, ROOT v5 and ROOT v6 (requiring no modifications on the ROOT part, just the default installation). Installation of the library should only require a user to compile to library once or install it as a python package.
    Starting Price: Free
  • 10
    ExcelAnalyzer

    ExcelAnalyzer

    Spreadsheetsoftware

    Check the ExcelAnalyzer features to see how to locate and fix all issues in just a few clicks. ExcelAnalyzer highlights all Unique Formulas which allows the user to quickly see how the worksheet was built and makes it very simple to identify inconsistencies when formulas are different from each other. In this example the green highlighted formulas in cells F7-G7 don’t add up all rows above and should be fixed. ExcelAnalyzer’s Formula report lists all unique formulas and helps in detecting inconsistent formulas and it contains a link to easily navigate and correct the issues in formulas. ExcelAnalyzer uses a colour-coding method to make each formula easier to read. ExcelAnalyzer uses a colour-coding method to make each formula easier to read. Combines powerful error detection with investigative capabilities to comprehensively analyze spreadsheets. ExcelAnalyzer reduces material errors and possible fraud. It identifies errors and risks with great accuracy in seconds.
  • 11
    GDAL

    GDAL

    GDAL

    GDAL is a translator library for raster and vector geospatial data formats that is released under an MIT style Open Source License by the Open Source Geospatial Foundation. As a library, it presents a single raster abstract data model and single vector abstract data model to the calling application for all supported formats. It also comes with a variety of useful command line utilities for data translation and processing.
    Starting Price: Free
  • 12
    imageio

    imageio

    imageio

    Imageio is a Python library that provides an easy interface to read and write a wide range of image data, including animated images, volumetric data, and scientific formats. It is cross-platform, runs on Python 3.5+, and is easy to install. Imageio is written in pure Python, so installation is easy. Imageio works on Python 3.5+. It also works on Pypy. Imageio depends on Numpy and Pillow. For some formats, imageio needs additional libraries/executables (e.g. ffmpeg), which imageio helps you to download/install. If something doesn’t work as it should, you need to know where to search for causes. The overview on this page aims to help you in this regard by giving you an idea of how things work, and - hence - where things may go sideways.
    Starting Price: Free
  • 13
    gTTS

    gTTS

    gTTS

    gTTS (Google Text-to-Speech), a Python library and CLI tool to interface with Google Translate's text-to-speech API. Write spoken mp3 data to a file, a file-like object (bytestring) for further audio manipulation, or stdout. Or simply pre-generate Google Translate TTS request URLs to feed to an external program. Customizable speech-specific sentence tokenizer that allows for unlimited lengths of text to be read, all while keeping proper intonation, abbreviations, decimals and more. Customizable text pre-processors which can, for example, provide pronunciation corrections.
    Starting Price: Free
  • 14
    xlCompare

    xlCompare

    Spreadsheet Tools

    xlCompare is a spreadsheet compare utility that finds and highlights differences in Excel files, CSV and XML files. xlCompare is a fast and efficient tool for comparing and merging Excel workbooks. It gives you a perfect color-coded report for the differences found. Command line mode makes this tool suitable for integration into other applications, that require external diff viewer for Excel files. Primary functions of the xlCompare: - Find differences in Excel files (XLS, XLSM, XLSX) - Find differences in CSV and XML files - Compare Visual Basic code in Excel files - Compare VBA Forms and controls in Excel files - Merge several Excel files - Compare Excel files from command line - Compare 3 Excel files (3-way comparison) - Extract matching and unique rows in Excel worksheets - Compare specific segments of worksheet data - Create presentation report for compared files - Explore Formula Logic xlCompare saves your working time and increases productivity!
    Starting Price: $49
  • 15
    Yodot DOC Repair
    Repair corrupt or inaccessible DOC and DOCX Word files. Repair document text along with its formatting, hyperlinks, tables, charts, OLE objects, etc. Safe, as it reads from a corrupt DOC file and repairs to create a new file. Preview repaired Word file before restoring its contents. Yodot has a high success ratio in cases of document repair. Yodot DOC Repair tool has an advanced algorithm that scans the corrupted documents to repair and recovers not just the text but also document formatting including the font, header, footer, tables, charts, clip arts, hyperlinks, and even embedded OLE objects. The software easily repairs inaccessible Word document files that deny opening by showing error messages like “Word cannot open the document”. It has the ability to repair and recover Word file text from a corrupt and altered doc file due to CRC error. Facilitates instant repair and preview of corrupt DOC files within a few clicks. Supports repair and recovery of any Word file.
    Starting Price: $29.95 one-time payment
  • 16
    pandas

    pandas

    pandas

    pandas is a fast, powerful, flexible and easy to use open source data analysis and manipulation tool, built on top of the Python programming language. Tools for reading and writing data between in-memory data structures and different formats: CSV and text files, Microsoft Excel, SQL databases, and the fast HDF5 format. Intelligent data alignment and integrated handling of missing data: gain automatic label-based alignment in computations and easily manipulate messy data into an orderly form.Aggregating or transforming data with a powerful group by engine allowing split-apply-combine operations on data sets. Time series-functionality: date range generation and frequency conversion, moving window statistics, date shifting and lagging. Even create domain-specific time offsets and join time series without losing data.
  • 17
    Barcode Xpress SDK
    Whether it’s a document, a package, a school admission form, or a medical record, there’s no room for doubt. Read multiple barcodes at up to 1,000 pages per minute while accurately locating and decoding multiple barcodes on each page. Read damaged, broken, and incorrect barcodes that other SDK engines fail to read. Barcode Xpress is a multi-language library that runs in multiple platforms including Windows and Linux-based systems. This barcode library can read and write over 30 different barcode types with high speed and accuracy. Barcode Xpress also comes with a free license to ImagXpress, one of our image processing SDKs, which supports loading and saving numerous image file formats including BMP, JPG, multi-page TIFF, among many others. Identify and recognize barcodes anywhere on the page, in any orientation, in milliseconds.
  • 18
    ACE4J

    ACE4J

    ACE4J

    The Adaptive Calculation Engine for Java ACE4J provides a reliable platform for converting Excel-based applications into web applications at a low cost, efficiently, and with guaranteed easy maintenance and support in the future. At the same time ACE4J is a modern formula language based on a robust and efficient calculation engine, that is capable of evaluating complex Excel formulas. Thus it is also a great tool for new Java based Web applications that require heavy calculations. The Adaptive Calculation Engine (ACE4J) is a Java API used to evaluate the formulas written in Microsoft Excel style. This engine provides the most popular Microsoft Excel functions which are frequently encountered in applications that require heavy calculations. The number of available formulas and features increases with every Adaptive Calculation Engine release based on feedback from our customers. Adaptive Calculation Engine is capable of evaluating thousands of formulas within seconds.
    Starting Price: $2,999 one-time payment
  • 19
    FormValidation

    FormValidation

    FormValidation

    From v1.0.0, the library is rewritten in Typescript and ES6 completely. The giant and old jQuery plugin doesn't exist anymore. With the new plugin-based architecture, the library has really small core. Everything else is built around as a plugin. Each file in the dist/css and dist/js folders has two versions: the normal code in the .css, .js files, and the minified code in the .min.css, .min.js files. In order to reduce the page loading time and enhance the user experience when visiting your site, you should use the .min.css, .min.js files in the production website. Meanwhile, in the development mode, you should use the normal files without .min part to debug the code more easy.
    Starting Price: $50 one-time payment
  • 20
    AG Grid

    AG Grid

    AG Grid

    AG Grid is a high-performance, feature-rich JavaScript Data Grid library used to display, manipulate, and interact with large tabular datasets in modern web applications, offering core features such as sorting, filtering, editing, grouping, aggregation, pivoting, pagination, and responsive performance that scales to hundreds of thousands of rows with minimal overhead. It is framework-agnostic with official support for major frameworks, including React, Angular, Vue, and plain JavaScript, while maintaining a single consistent API and zero third-party dependencies, making it simple to integrate into existing applications and customize deeply with user-defined components, theming, and modules that allow fine control over bundle size and capabilities. AG Grid is available in a free open source Community edition with essential grid functionality under the MIT license, as well as a commercial Enterprise edition that adds advanced features.
    Starting Price: $999 per developer
  • 21
    OpenRead

    OpenRead

    OpenRead

    No more tedious reading of long papers, simply ask any question about the paper and receive a quick response within seconds. Try it now and access information effortlessly. To save your time, our NLP assistant can generate your own literature review by digesting papers. We use AI technology to extract figures, formulas, tables, etc from paper. So you can find any elements by clicking their hyperlinks embedded in the sentences. We collect everything and connect everything. Increase note-taking efficiency with backlinks in other contexts and outgoing links from your notes. Now you can reference your note inspiration on one platform - OpenRead.Overwhelmed with complex publishing templates from various publishers? Start with thousands of free and pre-built journal paper templates with OpenRead. Let's focus on the content only.
  • 22
    Excelmatic

    Excelmatic

    Excelmatic

    Excelmatic is an AI‑powered Excel companion that transforms raw spreadsheets into instant insights, analytics, and visualizations through a conversational interface. Users simply upload files, ask questions in natural language, and receive real‑time answers, charts, and KPI summaries without writing a single formula. Behind the scenes, Excelmatic automates data preparation, cleaning complex tables with customizable rules, intelligent type recognition, and batch processing, then applies advanced statistical analysis (trend analysis, anomaly detection, multi‑dimensional breakdowns) and generates professional charts (bar, line, pie, etc.) with dynamic updates and style customization. Its formula assistant further accelerates workflows by converting plain‑English prompts into accurate functions, offering an extensive library, error correction suggestions, and support for nested or array formulas. Additional capabilities include one‑click extraction of tabular data.
    Starting Price: $9.99 per month
  • 23
    statsmodels

    statsmodels

    statsmodels

    statsmodels is a Python module that provides classes and functions for the estimation of many different statistical models, as well as for conducting statistical tests and statistical data exploration. An extensive list of result statistics is available for each estimator. The results are tested against existing statistical packages to ensure that they are correct. The package is released under the open-source Modified BSD (3-clause) license. statsmodels supports specifying models using R-style formulas and pandas DataFrames. Have a look at dir(results) to see available results. Attributes are described in results.__doc__ and results methods have their own docstrings. You can also use numpy arrays instead of formulas. The easiest way to install statsmodels is to install it as part of the Anaconda distribution, a cross-platform distribution for data analysis and scientific computing. This is the recommended installation method for most users.
    Starting Price: Free
  • 24
    gevent

    gevent

    gevent

    gevent is a coroutine-based Python networking library that uses greenlet to provide a high-level synchronous API on top of the libev or libuv event loop. gevent is inspired by eventlet but features a more consistent API, simpler implementation and better performance. Read why others use gevent and check out the list of the open source projects based on gevent.
    Starting Price: Free
  • 25
    Excel-like Tables for Jira
    Get the fantastic features of Excel in every Jira issue. Unlock the potential of using more than 450 popular Excel-like formulas, tables and charts within Jira issues, allowing you to utilize functions like SUM, AVERAGE, VLOOKUP, and more. Our excel-like sheet provides a seamless experience for working with Jira data. With our bi-directional Jira field mapping features, you can read and write mapping easily. Read - show Jira filed value in the table cell Write - write the value in the table cell to the Jira field Effortlessly import your existing Excel files into our Excel-like Tables for Jira issues, enabling quick collaboration and enhancing teamwork. Seamlessly integrate your spreadsheets into Jira, eliminating the need for manual data entry and fostering a more efficient workflow.
    Starting Price: $0.18/month/user
  • 26
    SheetGod

    SheetGod

    BoloForms

    Create complex Excel formulas using plain English with SheetGod. Our AI-powered tool also allows you to create macros, regular expressions, and basic tasks, as well as Google Appscript code snippets to automate your daily manual work. Try it now and experience the power of SheetGod. SheetGod uses AI to help users create Excel formulas from plain English, saving time and effort when working with data in Excel. SheetGod can generate Appscript and VBA code to automate tasks in Google Sheets and Excel, making it easy to manage large sets of data. SheetGod supports regular expressions, allowing users to extract specific pieces of information from their data and apply complex transformations. SheetGod provides step-by-step tutorials for basic tasks in Excel and Google Sheets, making it easy for users to learn how to use these tools effectively.
  • 27
    urllib3

    urllib3

    urllib3

    urllib3 is a powerful, user-friendly HTTP client for Python. Much of the Python ecosystem already uses urllib3 and you should too. urllib3 brings many critical features that are missing from the Python standard libraries. Thread safety, connection pooling, client-side TLS/SSL verification. File uploads with multipart encoding. Helpers for retrying requests and dealing with HTTP redirects. Support for gzip, deflate, and brotli encoding. Proxy support for HTTP and SOCKS. 100% test coverage. urllib3 is one of the most downloaded packages on PyPI and is a dependency of many popular Python packages like Requests, Pip, and more! urllib3 is made available under the MIT License. The API Reference documentation provides API-level documentation. The User Guide is the place to go to learn how to use the library and accomplish common tasks. The more in-depth Advanced Usage guide is the place to go for lower-level tweaking.
    Starting Price: Free
  • 28
    IBM Storage Archive
    IBM Storage Archive software in the IBM Storage portfolio provides a graphical interface to manage data in tape drives and libraries using the Linear Tape File System (LTFS) format standard for reading, writing and exchanging descriptive metadata on formatted tape cartridges. IBM Storage Archive gives you direct, intuitive and graphical access to data stored on tape while eliminating the need for additional tape management and software to access data. Storage Archive offers three software solutions for managing your digital files with the LTFS format: Single Drive Edition, Library Edition and Enterprise Edition.
  • 29
    Excelformulabot

    Excelformulabot

    Excelformulabot

    Turn your spreadsheet problem into a formula in seconds. Explain what the formula means in seconds. Get formulas faster with add-ons! Available for both Excel & Google Sheets! The AI-powered Excel & Google Sheets bots are up for any challenge. Work smarter and faster in Excel and Google Sheets. Translate text instructions to Excel or Google Sheets formula. Input an Excel or Google Sheets formula to have it explained for you. Add us directly in your Google Sheets spreadsheet, Includes a formula generator and formula explainer, with the capability to automatically insert a formula into a selected cell. Provides step-by-step instructions for Excel-related requests, like how to create charts, pivot tables, & sort data. Translate text instructions to create VBA code or have VBA code explained for you. Translate text instructions to create regex or have regex explained for you. Translate your text instructions into your desired Excel formula language.
    Starting Price: $6.99 per month
  • 30
    Melder

    Melder

    Melder

    Melder is an AI-powered Excel add‑in that brings generative intelligence directly into spreadsheets, enabling users to upload documents and web data, then interact with them using intuitive AI formulas, all without leaving Excel. You can drop PDFs or other files into cells and use formulas to summarize, extract, classify, and analyze content; all outputs include clickable citations to source sentences for verification. Additionally, a sidebar chat assistant lets users ask questions or build workflows directly within the workbook. Melder excels at automating laborious tasks like extracting insights from data rooms, reviewing contracts by pinpointing key terms, streamlining market research through competitor website scraping, and synthesizing transcripts from interviews or calls, all with the power of Excel formulas and without switching tools.
  • 31
    Swift Finance

    Swift Finance

    Swift Finance

    Swift Finance is a business solution designed for accountants and financial analysts working in the finance department of medium-sized businesses. We make it possible to optimize key financial and accounting processes, such as month-end, year-end, planning, and forecasting activities. Swift Finance is made possible by the technological framework of Virtual Cube Solutions. We have been helping Finance departments in mid-sized and large businesses for more than 20 years, increasing the efficiency of their month-end, year-end, planning, and forecasting processes. Work in a standard Excel sheet, not a pivot table. Drag and drop data elements directly in the Excel sheet. Display your numbers where you want them in just one click. Apply to format, add Excel formulas, and hide rows/columns, it’s easy! Use a standard Excel worksheet for data entry and validation. Create and manage your budget scenarios directly in Microsoft Excel. Quickly produce iterative versions of your budgets.
  • 32
    PDFBox

    PDFBox

    Apache Software Foundation

    The Apache PDFBox® library is an open-source Java tool for working with PDF documents. This project allows the creation of new PDF documents, manipulation of existing documents and the ability to extract content from documents. Apache PDFBox also includes several command-line utilities. Apache PDFBox is published under the Apache License v2.0. Extract Unicode text from PDF files. Split a single PDF into many files or merge multiple PDF files. Extract data from PDF forms or fill a PDF form. Validate PDF files against the PDF/A-1b standard. Print a PDF file using the standard Java printing API. Create a PDF from scratch, with embedded fonts and images. Save PDFs as image files, such as PNG or JPEG and digitally sign PDF files. See also the export control information related to the encryption features included in Apache PDFBox.
  • 33
    Seaborn

    Seaborn

    Seaborn

    Seaborn is a Python data visualization library based on matplotlib. It provides a high-level interface for drawing attractive and informative statistical graphics. For a brief introduction to the ideas behind the library, you can read the introductory notes or the paper. Visit the installation page to see how you can download the package and get started with it. You can browse the example gallery to see some of the things that you can do with seaborn, and then check out the tutorials or API reference to find out how. To see the code or report a bug, please visit the GitHub repository. General support questions are most at home on StackOverflow, which has a dedicated channel for seaborn.
  • 34
    Extract Any Mail Ultimate
    Extract Any Mail Ultimate is a versatile email extraction tool designed to retrieve email addresses from various sources, including email accounts and files. It supports popular mail providers like Gmail, Office365, Hotmail, Yahoo, and Outlook, ensuring compatibility and ease of use. The software offers advanced features such as: - Folder-specific extraction: Extract emails from specific folders like Inbox, Sent, Spam, or Trash. - File extraction: Retrieve email addresses from files like PDFs, Excel sheets, Word documents, and more. - Advanced filtering: Use Excel-like filters to sort extracted emails by headers, dates, or accounts. - MX validation: Verify extracted email addresses for accuracy and reliability. - Bulk import: Load multiple login credentials for efficient extraction. It also prioritizes security with SSL and TLS authentication, ensuring safe extraction processes. The tool is user-friendly& supports exporting email lists in formats like TXT, CSV, XLS, and XLS
    Starting Price: $40
  • 35
    PlanMaker

    PlanMaker

    SoftMaker

    XLSX is the default file format of PlanMaker 2021. This lets you skip the annoying import and export. You can open workbooks created with PlanMaker in Microsoft Excel, and vice-versa, directly, without conversion. With PlanMaker 2021, you can also edit XLS files and create high-quality PDF files from your workbooks. You can now also create archival PDFs in PDF/A format for the long-term preservation of your documents. If you have already worked with Excel, you'll pick up PlanMaker 2021 immediately. You neither need to re-accustom yourself to a new user interface nor to new calculation functions, it is all compatible with Excel. PlanMaker 2021 allows up to one million rows per worksheet. To conquer these huge data sets, you use pivot tables, data consolidation, scenarios, data grouping, autofilter, and special filters. Thanks to multiple real-time calculations in the status bar, you are always kept abreast of the latest data changes.
    Starting Price: $16.50 per year
  • 36
    QX ProAP

    QX ProAP

    QX Global

    Most businesses send and receive invoices and payment receipts in digital formats, which includes scanned PDF images, text documents, or Excel-based invoice templates. AP executives need to manually open and save the invoices, extract relevant data, log into the accounting system and then post the relevant data. QX ProAP automates this entire process. It segregates the files by type, automatically extracts the relevant data, and places it into an Excel sheet. Additionally, it opens the accounting system using the passwords from its secure credentialing vault and inputs the data into the accounting system or cash application. It also updates the status of each invoice in the Excel sheet, completing the cycle. The system is capable of extracting data from different types of digital invoices. Additionally, the system is highly scalable in nature and can be easily configured as per growing business needs.
  • 37
    NG-ZORRO

    NG-ZORRO

    ng-zorro-antd

    An enterprise-class Angular UI component library based on Ant Design, all components are open source and free to use under MIT license. Ant Design of Angular is dedicated to providing a good development experience for programmers. The following StackBlitz link demonstrates a basic use case, and it is recommended to fork this demo as a baseline while doing Bug Report. However, please do not use this demo as a scaffold in a real production environment. After changing the directory to the newly created project, you can automatically run the following commands to initialize the project's configuration, including importing i18n files and stylesheets and loading initial modules. You may use any existing scaffold tools in the Angular ecosystem in order to customize the building process.
    Starting Price: Free
  • 38
    LIBMAN

    LIBMAN

    MasterSoft

    LIB-MAN is a highly integrated, user-friendly and compatible system for complete computerization of all the in-house operations of any size or type of library. The library management software is intuitive, efficiently and compliant. Lib-Man is embedded with multilingual fonts, Barcode & QR Code fonts. The software developed in consultation with prolific senior library professionals is currently being used by as many as 500 libraries. 100% assurance for import of other library software data into LIB-MAN. Mark standard data import/export. Book data fetching from ISBN site and Google API saves data entry time. Supports EBook uploading & reading. Follows all library latest standards such as Marc 21, library congress standards, AACR2. Reports/data export to word, excel, PDF, and text.Fully secured & maintenance-free.Fully documented user manual.Best backup and recovery.Reports on laser/inkjet printers. Lib-Man is embedded with multilingual fonts, Barcode & QR Code fonts.
  • 39
    Beautiful Soup

    Beautiful Soup

    Beautiful Soup

    Beautiful Soup is a library that makes it easy to scrape information from web pages. It sits atop an HTML or XML parser, providing Pythonic idioms for iterating, searching, and modifying the parse tree. Beautiful Soup's support for Python 2 was discontinued on December 31, 2020: one year after the sunset date for Python 2 itself. From this point onward, new Beautiful Soup development will exclusively target Python 3. The final release of Beautiful Soup 4 to support Python 2 was 4.9.3. Beautiful Soup is licensed under the MIT license, so you can also download the tarball, drop the bs4/ directory into almost any Python application (or into your library path) and start using it immediately.
    Starting Price: Free
  • 40
    jOfficeConvert

    jOfficeConvert

    Qoppa Software

    Convert Microsoft Word documents and Excel spreadsheets to PDF directly from your Java applications, without user intervention and without the need for any other software. jOfficeConvert is a Java library that can read and render MS Word and Excel documents natively to convert to PDF, to convert to images, or to print the documents automatically. The library is 100% Java so it can run on any platform that supports Java, including Windows, Linux, Unix (AIX, Solaris Spark, Solaris Intel, HP-UX) and Mac OSX. The library does not use any third party software or native calls, it can be run in a server environment or integrated into a desktop application. Main Features Convert Word documents (.doc, .docx) to PDF Convert Excel documents (.xlsx) to PDF Convert Word, Excel to HTML5 (when combined with jPDFWeb) Merge multiple Word, Excel files into a single PDF document Set permissions and passwords on resulting PDF documents.
  • 41
    Clever CSV

    Clever CSV

    Clever CSV

    Clever CSV is an AI-powered platform that helps users generate content, clean spreadsheet data, translate text, and format columns in bulk—using Excel files, Google Sheets, or WordPress posts. No coding, formulas, or API key required. Ideal for e-commerce teams, marketers, and anyone working with large datasets. Powered by the latest OpenAI models.
    Starting Price: $19/month
  • 42
    python-docx

    python-docx

    python-docx

    python-docx is a Python library for creating and updating Microsoft Word (.docx) files. Paragraphs are fundamental in Word. They’re used for body text, but also for headings and list items like bullets. You’re free to specify both width and height, but usually, you wouldn’t want to. If you specify only one, python-docx uses it to calculate the properly scaled value of the other. This way the aspect ratio is preserved and your picture doesn’t look stretched. If you don’t know what a Word paragraph style is you should definitely check it out. Basically, it allows you to apply a whole set of formatting options to a paragraph at once. python-docx allows you to create new documents as well as make changes to existing ones. Actually, it only lets you make changes to existing documents; it’s just that if you start with a document that doesn’t have any content, it might feel at first like you’re creating one from scratch.
    Starting Price: Free
  • 43
    EDI2XML

    EDI2XML

    Namtek Consulting Services

    EDI2XML is a library of executable files developed to convert ASCII X12 EDI files to XML format [EDI to XML]. Out of the box, the EDI2XML converter is able to read an incoming EDI file format, regardless of its version, and convert it to XML format based on a pre-defined schema (.xsd). The output XML file can be parsed and processed with most of the ERP and management applications on the market, since XML is the standard for data exchange. For outgoing EDI files, EDI2XML works in the opposite way; it reads an input XML file and produces an EDI file format as an output [XML to EDI]. From this technology, our team of EDI experts are able to provide the full EDI2XML Translation Service for businesses of all sizes. This EDI offering was designed with the business person in mind in order to simplify the once-complex B2B EDI Communication process. Thankfully, our EDI converter, EDI2XML, simplified this once-complex process all the while staying within budget.
  • 44
    FastStone MaxView
    FastStone MaxView is a fast, compact and innovative image viewer that supports all major graphic formats. Its intuitive layout lets you view images in a variety of ways. It even lets you view images in password-protected ZIP, RAR and 7-Zip archive files directly and instantly, which is a perfect solution for viewing private images. It also reads comic book files including CBR, CBZ and CB7 formats. It is a handy tool for quickly viewing, rotating, resizing, cropping, annotating and printing images. Auto-hidden menus and toolbars to make the best use of screen space. Many hotkeys for image navigation and manipulation (copy/move/delete/rename/rotate). Undo, redo and mouse wheel support. Its intuitive layout lets you view images in a variety of ways. It even lets you view images in password-protected ZIP, RAR and 7-Zip archive files directly and instantly, which is a perfect solution for viewing private images.
    Starting Price: $19.95 one-time payment
  • 45
    Excel Password Recovery

    Excel Password Recovery

    eSoftTools Software

    eSoftTools Excel Password Recovery is a very helpful program for those who lost or forgot their MS Excel file opening password or excel worksheet password. This software moves you in 100% comfort zone by utilizing its smart technology driven Brute Force, Brute Force with Mask Attack and Dictionary Attack and recover lost excel file open password and worksheet password. User can easy to manage and recover XLS, XLSX, XLA, XLTM, XLSB, XLAM & XLSM file password recovery. eSoftTools Excel Unlocker tool easy to install on all versions of Windows operating systems and supported all version’s of Microsoft Excel file password recovery. Smart Key Features of Excel Password Unlocker Recover lost Excel spreadsheet password Unlock Excel, Word, & Access file formats Support all MS Excel versions 97 up to 2019 and Windows versions up to 10 (32-bit, & 64-bit) Gives recovery attack options such as Dictionary attack, Brute Force attack, & Mask attack
  • 46
    parsel

    parsel

    Python Software Foundation

    Parsel is a BSD-licensed Python library to extract and remove data from HTML and XML using XPath and CSS selectors, optionally combined with regular expressions. Create a selector object for the HTML or XML text that you want to parse. Then use CSS or XPath expressions to select elements. CSS is a language for applying styles to HTML documents. It defines selectors to associate those styles with specific HTML elements. XPath is a language for selecting nodes in XML documents, which can also be used with HTML. You can use either CSS or XPath. CSS is usually more readable, but some things can only be done with XPath. Being built atop lxml, parsel selectors support some EXSLT extensions and come with pre-registered namespaces to use in XPath expressions. Parsel selectors allow you to chain selectors, so most of the time you can just select by class using CSS and then switch to XPath when needed.
    Starting Price: Free
  • 47
    websockets

    websockets

    Python Software Foundation

    An implementation of the WebSocket Protocol (RFC 6455 & 7692). websockets is a library for building WebSocket servers and clients in Python with a focus on correctness, simplicity, robustness, and performance. Built on top of asyncio, Python’s standard asynchronous I/O framework, it provides an elegant coroutine-based API. websockets is heavily tested for compliance with RFC 6455. Continuous integration fails under 100% branch coverage. websockets is built for production. For example, it was the only library to handle backpressure correctly before the issue became widely known in the Python community. Memory usage is optimized and configurable. A C extension accelerates expensive operations. It’s pre-compiled for Linux, macOS, and Windows and packaged in the wheel format for each system and Python version. websockets takes care of everything under the hood so you can focus on your application!
    Starting Price: Free
  • 48
    HOOPS Exchange

    HOOPS Exchange

    Tech Soft 3D

    Import over 30 CAD file formats into your application with the HOOPS Exchange SDK for CAD data translation, featuring fast and accurate read and write support for 2D and 3D CAD file formats including CATIA®, SOLIDWORKS®, Inventor™, Revit™, Creo®, NX™, Solid Edge® and many more, all through a single API. The HOOPS Exchange SDK is a set of C++ software libraries that enables development teams to quickly add reliable 2D and 3D CAD import and export to their applications, accessing a broad range of data including boundary representation (BREP), product manufacturing information (PMI), model tree, views, persistent IDs, styles, construction geometry, visualization and more without depending on any CAD system. Simplify CAD data import into your application and increase your 3D interoperability with fast and accurate access to over 30 CAD formats. The HOOPS Exchange API reads CAD data from popular 2D and 3D file formats and converts that data into the highly compressible file format PRC.
  • 49
    Semantic UI React
    Semantic UI React is the official React integration for Semantic UI. jQuery-free, declarative API, augmentation, shorthand props, sub-components, auto controlled state. jQuery is a DOM manipulation library. It reads from and writes to the DOM. React uses a virtual DOM (a JavaScript representation of the real DOM). React only writes patch updates to the DOM, but never reads from it. It is not feasible to keep real DOM manipulations in sync with React's virtual DOM. Because of this, all jQuery functionality has been re-implemented in React. Control the rendered HTML tag, or render one component as another component. Extra props are passed to the component you are rendering as. Augmentation is powerful. You can compose component features and props without adding extra nested components. Shorthand props generate markup for you, making many use cases a breeze. All object props are spread on the child components.
    Starting Price: Free
  • 50
    pdf2docx

    pdf2docx

    Artifex

    pdf2docx is a Python library that uses PyMuPDF to extract data from PDF files, parse their layouts according to rules, and generate corresponding .docx files via python-docx. It supports conversion of text, images, tables, and other structural elements; it includes tools to extract tables, handle formatting, and preserve layout as much as possible. It offers both a command-line interface and a graphical user interface. The internal architecture is modular; it includes packages for handling pages, layout, tables, images, shape paths, text spans/blocks, and other elements, enabling fine control over how PDF content is mapped into Word documents. Developers can use the API for batch conversions or integrate it into workflows; there's documentation on installation (from PyPI or source), usage, and technical details of layout-parsing, table extraction, and internal modules. The project is open source, hosted on GitHub, and made available under its license with no warranty.
    Starting Price: Free