Failed to load the Excel document #304

Closed
opened 2026-02-16 00:17:25 -05:00 by yindo · 3 comments
Owner

Originally created by @Rainismer on GitHub (Oct 21, 2024).

Originally assigned to: @BinaryBrain on GitHub.

from llama_parse import LlamaParse

parser = LlamaParse(
api_key="..."
)
docs = parser.load_data("D:\111.xlsx")

why docs is []?

Originally created by @Rainismer on GitHub (Oct 21, 2024). Originally assigned to: @BinaryBrain on GitHub. from llama_parse import LlamaParse parser = LlamaParse( api_key="..." ) docs = parser.load_data("D:\\111.xlsx") why docs is []?
yindo added the bug label 2026-02-16 00:17:25 -05:00
yindo closed this issue 2026-02-16 00:17:25 -05:00
Author
Owner

@BinaryBrain commented on GitHub (Oct 21, 2024):

Hi @Rainismer,
We're currently limiting .xlsx files to 2Mb: https://docs.cloud.llamaindex.ai/llamaparse/limits
That said, the limit will be increased in a few days.

Can you check the size of your file?

@BinaryBrain commented on GitHub (Oct 21, 2024): Hi @Rainismer, We're currently limiting .xlsx files to 2Mb: https://docs.cloud.llamaindex.ai/llamaparse/limits That said, the limit will be increased in a few days. Can you check the size of your file?
Author
Owner

@Rainismer commented on GitHub (Oct 23, 2024):

@BinaryBrain When will the limit be increased? To what amount?

@Rainismer commented on GitHub (Oct 23, 2024): @BinaryBrain When will the limit be increased? To what amount?
Author
Owner

@hexapode commented on GitHub (Oct 23, 2024):

The limit have been increase to 130Mb

@hexapode commented on GitHub (Oct 23, 2024): The limit have been increase to 130Mb
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/llama_cloud_services#304