@silurus/ooxml 0.41.0 → 0.43.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -398,6 +398,7 @@ export const PptxViewerComponent = component$<{ src: string }>(({ src }) => {
398
398
  | Category | Feature | Status |
399
399
  |----------|---------|--------|
400
400
  | **Workbook** | Multiple sheets, sheet names | ✅ |
401
+ | | Sheet tab colors (`<sheetPr><tabColor>` — theme / tint / indexed / rgb) | ✅ |
401
402
  | **Cells** | Text, number, boolean, error values | ✅ |
402
403
  | | Formula results (from cached `<v>`) | ✅ |
403
404
  | | Dates (ECMA-376 date format codes) | ✅ |
@@ -433,6 +434,7 @@ export const PptxViewerComponent = component$<{ src: string }>(({ src }) => {
433
434
  | | Shift+click to extend, Ctrl+C to copy as TSV | ✅ |
434
435
  | | Text selection inside cells (transparent overlay) | ✅ |
435
436
  | | `onSelectionChange` callback, `getCellAt(x, y)` API | ✅ |
437
+ | | Zoom slider (Excel-style, right of the tab bar, 10–400% with 100% centered; `showZoomSlider` option) | ✅ |
436
438
 
437
439
  ---
438
440