Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ This document outlines planned features and improvements. All items marked with

| Feature | Status | Difficulty | Notes |
|---------|--------|------------|-------|
| ODS (LibreOffice) format support | πŸ™ Open | Medium | Apache POI supports HSSF/XSSF; needs ODS equivalent |
| Spring Boot Auto-Configuration Starter | πŸ™ Open | Medium | New repo: `sheetz-spring-boot-starter` |
| Quarkus Extension | πŸ™ Open | Medium | New repo: `sheetz-quarkus-extension` |
| Async streaming API (`Sheetz.streamAsync()`) | πŸ™ Open | Hard | Returns `CompletableFuture<Stream<T>>` |
Expand Down Expand Up @@ -56,3 +55,9 @@ This document outlines planned features and improvements. All items marked with
| Multi-sheet workbook write | v1.0.0 | β€” |
| Builder API (reader/writer) | v1.0.0 | β€” |
| Thread-safety | v1.0.0 | β€” |
| ODS (LibreOffice) format support | v1.1.0 | #28 |
| Cell Formatting API (`@Style`) | v1.1.0 | #28 |
| Hyperlink support (`HyperlinkValue`) | v1.1.0 | #28 |
| Merged cell read support | v1.1.0 | #28 |
| Auto-filter and merge region writes | v1.1.0 | #28 |
| Custom header styles (`CellStyleBuilder`) | v1.1.0 | #28 |
Loading