BulkPDF VS SheetJS js-xlsx

Compare BulkPDF vs SheetJS js-xlsx and see what are their differences.

BulkPDF

BulkPDF is a free and easy to use open source software, which allows to automatically fill an existing PDF form with differen values. Only a spreadsheet (Microsoft Excel 2007/2010/2013, LibreOffice or OpenOffice Calc) with the desired values is required. (by Tadelsucht)

SheetJS js-xlsx

πŸ“— SheetJS Spreadsheet Data Toolkit -- New home https://git.sheetjs.com/SheetJS/sheetjs (by SheetJS)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
BulkPDF SheetJS js-xlsx
1 61
119 34,449
- 0.5%
0.0 4.9
almost 2 years ago 3 months ago
C# JavaScript
GNU Affero General Public License v3.0 Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

BulkPDF

Posts with mentions or reviews of BulkPDF. We have used some of these posts to build our list of alternatives and similar projects.
  • BulkPDF and Privacy.
    1 project | /r/opensource | 27 Oct 2021
    I broken-down BulkPDF to create some pdf forms at work. Now, they are concerned that I may have leaked customer data. BulkPDF is available via GitHUB and I did not find any security advisories there (https://github.com/Tadelsucht/BulkPDF/security/advisories). It's free and open source software but I am unsure if I should only go by what it says onβ€β€β€Žβ€β€β€Žβ€β€β€Žβ€β€β€ŽΒ­GitHUB or not. I couldn't find any negative information after several searches. I have reached out to the creator. It's an excellent program but I wonder if free is too good to be true??

SheetJS js-xlsx

Posts with mentions or reviews of SheetJS js-xlsx. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-28.
  • how to work with .xlsx files?
    7 projects | /r/node | 28 Jun 2023
    ExcelJS and XLSX (SheetJS) are great libraries to work with XLSX files. The former I've found a bit easier to work with but less efficient in general.
  • What kind of Programmer / language should I be looking for?
    3 projects | /r/AskProgramming | 4 May 2023
    Sure. I manipulate excel files programatically in the browser all the time. I don't really understand your exact workflow, but I use Javascript with xlsx and React.
  • Excel To Json ?
    1 project | /r/node | 16 Mar 2023
  • React App Won't Read xlsx File
    1 project | /r/react | 6 Mar 2023
    Looking at the xlsx documentation, to parse files in the browser, rather than readFile, you use read, which is designed to parse binary data directly, rather than read from disk. There are a bunch of different formats if you go to the XLSX NPM page and scroll down to "Acquiring and Extracting Data". Importantly, it seems the data must already be serialized, so a Blob won't work, but we can work with that.
  • We compete with GitHub. Bing does not show our website
    1 project | news.ycombinator.com | 9 Feb 2023
    Last year, Bing and Edge erroneously flagged our website https://sheetjs.com/ as "dangerous": https://i.imgur.com/BvA3zrk.png

    At the time, there was no "Safety Report" to indicate why Bing thought it was dangerous. The report page linked to https://www.bing.com/toolbox/bing-site-safety?url=https%3a%2... and it said "That web page doesn't exist"

    To fix it, we had to register with "Bing Webmaster Tools" (https://www.bing.com/webmasters/about) and raise a support ticket.

    Within a few days, the issue "resolved itself". It's possible that raising a ticket forced some automatic refresh of the indexed data for the domain.

  • Product Comparison App (JS Demo Project)
    7 projects | dev.to | 4 Feb 2023
    xlsx.
  • Ask HN: Who is hiring? (February 2023)
    14 projects | news.ycombinator.com | 1 Feb 2023
    SheetJS | https://sheetjs.com/ | Software Developer | Full time, Remote (US) | $165K - $240K

    We're a bootstrapped company building open source solutions for spreadsheets and structured data. With over 1.5M unique monthly visitors, companies across the business world turn to us for challenging data processing problems. Over the last 10 years, we have pushed the boundaries of JavaScript and the web.

    In this role, you will master new and established technologies while working on high-impact projects used by millions of people across the world. Balancing research and engineering, you will design and implement creative solutions that draw from your academic and professional experience.

    https://sheetjs.com/careers/ more details

  • Help to draw graph in reactjs from data in excel sheet
    1 project | /r/programminghelp | 22 Jan 2023
  • PDF, Excel, Docx generate on React and Node js
    3 projects | dev.to | 18 Jan 2023
    For more, you can visit xlsx documentation Link.
  • Active data pull from excel to html charts
    2 projects | /r/CodingHelp | 18 Jan 2023
    There are libraries like https://github.com/SheetJS/sheetjs to parse excel and https://www.chartjs.org/ for all kinds of charts/graphs. Not really much HTML involved here.. the markup gets generated by the chart library.