Xslx generator in elixir phoenix

This page summarizes the projects mentioned and recommended in the original post on /r/elixir

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • xlsx_stream

    Streaming XLSX builder

  • I am assuming you mean xlsx file format. We had a requirement to generate xlsx files with potentially millions of rows and we can't keep the whole file in memory, which ruled out all the existing libraries. I ended up writing https://github.com/ananthakumaran/xlsx_stream. I have also written a blog about the general idea. Abstraction wise, it's very low-level as you have to create all the XML files by hand. Flexibility wise it allows to do anything that's possible in Excel. I started out by just unzipping an existing xlsx file and used that as the starting point.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Loading a large json file into elixir's ETS (Erlang Term Storage) Cache using Jaxon

    1 project | dev.to | 13 Apr 2021
  • Notes on streaming downloads with progress in Elixir

    3 projects | dev.to | 2 May 2024
  • (Part 5)Golang Framework Hands-on - KisFlow Stream Computing Framework-Function Scheduling

    1 project | dev.to | 26 Apr 2024
  • (Part 4)Golang Framework Hands-on - KisFlow Stream Computing Framework- Data Stream

    1 project | dev.to | 25 Apr 2024
  • (Part 3)Golang Framework Hands-on - KisFlow Stream Computing Framework - Project Construction / Basic Modules

    1 project | dev.to | 22 Apr 2024