Skip to main content

Crate officemd_csv

Crate officemd_csv 

Source
Expand description

CSV-specific helpers to build table IR and render Markdown.

Re-exports§

pub use error::CsvError;
pub use extract_ir::extract_sheet_names;
pub use render::markdown_from_bytes;
pub use render::markdown_from_bytes_with_options;
pub use table_ir::CsvExtractOptions;
pub use table_ir::extract_tables_ir;
pub use table_ir::extract_tables_ir_json;
pub use table_ir::extract_tables_ir_json_with_options;
pub use table_ir::extract_tables_ir_with_options;

Modules§

error
extract_ir
Lightweight IR extraction entrypoints for CSV.
render
Glue to render CSV bytes to Markdown via the shared renderer.
table_ir
Build a table-centric IR for CSV.