Expand description
XLSX-specific helpers using officemd_core.
This crate provides XLSX extraction components built on the shared OOXML core + markdown crates.
Re-exports§
pub use error::XlsxError;pub use extract_ir::extract_sheet_names;pub use inspect::XlsxSheetSummary;pub use inspect::inspect_sheet_summaries;pub use render::markdown_from_bytes;pub use render::markdown_from_bytes_with_options;pub use table_ir::SheetFilter;pub use table_ir::XlsxExtractOptions;pub use table_ir::extract_tables_ir;pub use table_ir::extract_tables_ir_with_options;
Modules§
- error
- extract_
ir - Lightweight IR extraction entrypoints for XLSX.
- inspect
- render
- Glue to render XLSX bytes to Markdown via the shared renderer.
- table_
ir - Build a table-centric IR for XLSX using an in-house XML reader.