How to upload large Excel file into Quicksight?

0

Customer is ingesting excel files into Quicksight. According to Creating DataSet from Excel the max file size is 1GB and there are limits on number of columns and column size.

I'm looking for a strategy to handle large files. take for example a 10GB excel file.

  1. Break into smaller files and upload each file independently into Quicksight
  2. Upload smaller files into S3 and then into Quicksight
  3. Upload large file into RDS and then into Quicksight
  4. other option?
AWS
MODERATOR
asked 3 years ago1130 views
1 Answer
1
Accepted Answer

Here is a great blog post around ingesting excel data into QuickSight. It most aligns with your 2nd option. Put excel file into S3, convert file type, map the file to a Glue Table, then use Athena to bring the data into QuickSight. https://aws.amazon.com/blogs/big-data/ingest-excel-data-automatically-into-amazon-quicksight/

AWS
answered 3 years ago
profile picture
EXPERT
reviewed 9 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions