docs(V2): add xlsx import/export documentation#1553
Merged
Conversation
RC Release of xlsx support
Add comprehensive XLSX Import/Export section to the V2 API guide covering file format, multi-sheet structure, NEW-<n> placeholder IDs, update merging, array fields, and file size limits. Enhance existing project and unit export/import endpoint docs with detailed descriptions and links to sample XLSX files in the repository.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
NEW-<n>placeholder IDs for new records, update merging behavior, array field formatting, and the 25 MB file size limitsample-projects-import.xlsx,sample-units-import.xlsx)Test plan
Note
Low Risk
Low risk: documentation-only changes that don’t affect runtime behavior; primary risk is incorrect or broken docs links/anchors.
Overview
Adds a new XLSX Import/Export section to the V2 RPC API guide documenting the end-to-end bulk spreadsheet workflow for projects/units (multi-sheet format,
NEW-<n>placeholder IDs, merge semantics for updates, JSON-array cell formatting, and a 25MB upload limit).Expands the existing
GET /v2/project?xls=trueandGET /v2/unit?xls=trueexport docs and thePUT /v2/project/xlsx/PUT /v2/unit/xlsximport docs with clearer descriptions, prerequisites, curl examples, and cross-links to sample XLSX fixtures and staging/commit steps, and updates the Additional Resources sections accordingly.Written by Cursor Bugbot for commit 3e9c152. This will update automatically on new commits. Configure here.