- Member orcus::css_handler::end_selector ()
- find out the difference between a simple selector and a selector, and document it.
- Member orcus::css_handler::end_simple_selector ()
- find out the difference between a simple selector and a selector, and document it.
- Member orcus::sax_ns_handler::attribute (std::string_view name, std::string_view val)
- Perhaps we should pass the transient flag here as well like all the other places.
- Class orcus::spreadsheet::iface::import_conditional_format
- Revise this API for simplification.
- Member orcus::spreadsheet::iface::import_font_style::set_underline_type (underline_type_t e)=0
- Look into merging this with set_underline().
- Member orcus::spreadsheet::iface::import_number_format::commit ()=0
- Look into returning the identifier set through the set_identifier() method.
- Member orcus::spreadsheet::iface::import_number_format::set_identifier (std::size_t id)=0
- Perhaps when this method is called, the commit() method of the corresponding item should return the value set in this method instead.
- Member orcus::spreadsheet::iface::import_pivot_cache_definition::set_worksheet_source (std::string_view ref, std::string_view sheet_name)=0
- use the ref resolver to resolve the range.
- Member orcus::spreadsheet::iface::import_sheet_properties::set_row_height (row_t row, double height, orcus::length_unit_t unit)=0
- Convert this to take a raw span.
- Member orcus::spreadsheet::iface::import_sheet_properties::set_row_hidden (row_t row, bool hidden)=0
- Convert this to take a raw span.
- Member orcus::string_pool::dump () const
- This needs to be reworked to make it more generally usable.