rulemorph 0.3.4

YAML-based declarative data transformation engine for CSV/JSON to JSON
Documentation
1
2
3
4
5
6
7
8
mod rewrite;
mod selection;

pub(super) use rewrite::rewrite_workbook_for_calamine;
pub(super) use selection::selected_worksheet_path;

const OFFICE_RELATIONSHIPS_NS: &[u8] =
    b"http://schemas.openxmlformats.org/officeDocument/2006/relationships";