Skip to content

docs(artifacts): document enable_spreadsheet_parsing in LoadArtifactsTool - #2134

Open
n-issei-777 wants to merge 1 commit into
google:mainfrom
n-issei-777:doc-artifact-update
Open

docs(artifacts): document enable_spreadsheet_parsing in LoadArtifactsTool#2134
n-issei-777 wants to merge 1 commit into
google:mainfrom
n-issei-777:doc-artifact-update

Conversation

@n-issei-777

@n-issei-777 n-issei-777 commented Aug 15, 2026

Copy link
Copy Markdown

Staged: https://deploy-preview-2134--adk-docs-preview.netlify.app/

Document the enable_spreadsheet_parsing parameter added to LoadArtifactsTool in adk-python:
google/adk-python@370027a

  • Keep the standard LoadArtifactsTool() example in the main Python snippet for the default behavior.
  • Add a dedicated "Parsing spreadsheet artifacts (Python only)" section explaining that spreadsheet files (.xlsx, .xls) cannot be read inline by default and can be parsed into Markdown tables by enabling enable_spreadsheet_parsing=True.
  • Document behavior details: rendering each sheet as a separate Markdown table and capping output at the first 100 rows per sheet to prevent context window exhaustion.

…Tool

Document the `enable_spreadsheet_parsing` parameter added to `LoadArtifactsTool`
in adk-python:
google/adk-python@370027a

- Keep the standard `LoadArtifactsTool()` example in the main Python snippet for the default behavior.
- Add a dedicated "Parsing spreadsheet artifacts (Python only)" section explaining that spreadsheet files (.xlsx, .xls) cannot be read inline by default and can be parsed into Markdown tables by enabling `enable_spreadsheet_parsing=True`.
- Document behavior details: rendering each sheet as a separate Markdown table and capping output at the first 100 rows per sheet to prevent context window exhaustion.
@netlify

netlify Bot commented Aug 15, 2026

Copy link
Copy Markdown

Deploy Preview for adk-docs-preview ready!

Name Link
🔨 Latest commit 6ec8418
🔍 Latest deploy log https://app.netlify.com/projects/adk-docs-preview/deploys/6a8003865ba977000886b4d4
😎 Deploy Preview https://deploy-preview-2134--adk-docs-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@n-issei-777 n-issei-777 changed the title docs(artifacts): document enable_spreadsheet_parsing in LoadArtifacts… docs(artifacts): document enable_spreadsheet_parsing in LoadArtifactsTool Aug 15, 2026
@joefernandez

Copy link
Copy Markdown
Collaborator

Thanks for the contribution. Couple of things:

@joefernandez joefernandez left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved, but waiting to land in an official, public release (blocked) (do not merge)

@n-issei-777

Copy link
Copy Markdown
Author

Thank you so much for your quick review! I've added the link in the initial PR description.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants