Skip to content

docs(V2): add xlsx import/export documentation#1553

Merged
TheLastCicada merged 2 commits into
v2-rc2from
docs/v2-xlsx-import-export
Mar 26, 2026
Merged

docs(V2): add xlsx import/export documentation#1553
TheLastCicada merged 2 commits into
v2-rc2from
docs/v2-xlsx-import-export

Conversation

@TheLastCicada

@TheLastCicada TheLastCicada commented Mar 26, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Add comprehensive "XLSX Import/Export" guide section to the V2 API documentation covering file format, multi-sheet structure, NEW-<n> placeholder IDs for new records, update merging behavior, array field formatting, and the 25 MB file size limit
  • Enhance existing project and unit export/import endpoint documentation with detailed descriptions, prerequisites, and links to the sample XLSX files in the repository (sample-projects-import.xlsx, sample-units-import.xlsx)
  • Update "Additional Resources" sections for both project and unit with export entries and cross-references to the new guide

Test plan

  • Verify markdown renders correctly on GitHub PR preview
  • Confirm all internal anchor links resolve (TOC → sections, cross-references to staging/xlsx guide)
  • Verify sample file links resolve to actual files in the repo

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=true and GET /v2/unit?xls=true export docs and the PUT /v2/project/xlsx / PUT /v2/unit/xlsx import 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.

TheLastCicada and others added 2 commits March 26, 2026 09:33
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.
@TheLastCicada TheLastCicada merged commit 40ed3b4 into v2-rc2 Mar 26, 2026
25 checks passed
@TheLastCicada TheLastCicada deleted the docs/v2-xlsx-import-export branch March 26, 2026 19:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant