Expand description
XLSX extraction and generation using officemd_core.
This crate provides XLSX extraction and generation 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;pub use write::generate_xlsx;