Skip to main content
February 5, 2026
Question

Document size for loading into s3 or reading from S3

  • February 5, 2026
  • 5 replies
  • 0 views

Hi All,

I have a requirement; we need to store the document in S3, or at times we need to read the document (.xlsx) and present it in a grid format.

Sometimes, it contains 1 million rows. Is it possible to fetch the data in batches while reading the document from S3, or is there any other alternative approach to achieve this? without impact any performance.

5 replies

stefanhelzle0001
February 5, 2026

Is this about the S3 API connectivity, or about how to display a multi-million row Excel file to a user?

February 5, 2026

I have S3 API connectivity ,

1. user is able to upload the file into S3 from appian --> is any there any limitation for upload the document to s3

2. While reading the document , is any possible to fetch on batch wise.

stefanhelzle0001
February 5, 2026

1. Do you use the plugin or connected system or basic integrations? Did you check the typical API and Integrations file size limits?

2. An Excel is no database. And S3 is just a file storage. There is no way to read this in batches.

harshas2775
February 5, 2026

To fulfill this you need to download the document from S3 to Appian. Use some plugin to read/import the excel data (in batches, depending on plugin) then show on grid. As mentioned by others already, research on the file size restrictions as well as plugins to read about million rows from excel , and show in grid.