xlnt
|
This is the complete list of members for xlnt::workbook, including all inherited members.
abs_path(const std::string &path) | xlnt::workbook | |
active_sheet() | xlnt::workbook | |
active_sheet(std::size_t index) | xlnt::workbook | |
add_shared_string(const rich_text &shared, bool allow_duplicates=false) | xlnt::workbook | |
app_name() const | xlnt::workbook | |
apply_to_cells(std::function< void(cell)> f) | xlnt::workbook | |
arch_id_flags(const std::size_t flags) | xlnt::workbook | |
base_date() const | xlnt::workbook | |
base_date(calendar base_date) | xlnt::workbook | |
begin() | xlnt::workbook | |
begin() const | xlnt::workbook | |
binaries() const | xlnt::workbook | |
calculation_properties() const | xlnt::workbook | |
calculation_properties(const class calculation_properties &props) | xlnt::workbook | |
cbegin() const | xlnt::workbook | |
cend() const | xlnt::workbook | |
clear() | xlnt::workbook | |
clear_formats() | xlnt::workbook | |
clear_styles() | xlnt::workbook | |
code_name() const | xlnt::workbook | |
code_name(const std::string &code_name) | xlnt::workbook | |
const_iterator typedef | xlnt::workbook | |
const_reverse_iterator typedef | xlnt::workbook | |
contains(const std::string &title) const | xlnt::workbook | |
copy_sheet(worksheet worksheet) | xlnt::workbook | |
copy_sheet(worksheet worksheet, std::size_t index) | xlnt::workbook | |
core_properties() const | xlnt::workbook | |
core_property(xlnt::core_property type) const | xlnt::workbook | |
core_property(xlnt::core_property type, const variant &value) | xlnt::workbook | |
create_builtin_style(std::size_t builtin_id) | xlnt::workbook | |
create_format(bool default_format=false) | xlnt::workbook | |
create_named_range(const std::string &name, worksheet worksheet, const range_reference &reference) | xlnt::workbook | |
create_named_range(const std::string &name, worksheet worksheet, const std::string &reference_string) | xlnt::workbook | |
create_sheet() | xlnt::workbook | |
create_sheet(std::size_t index) | xlnt::workbook | |
create_sheet_with_rel(const std::string &title, const relationship &rel) | xlnt::workbook | |
create_style(const std::string &name) | xlnt::workbook | |
custom_properties() const | xlnt::workbook | |
custom_property(const std::string &property_name) const | xlnt::workbook | |
custom_property(const std::string &property_name, const variant &value) | xlnt::workbook | |
default_slicer_style(const std::string &value) | xlnt::workbook | |
default_slicer_style() const | xlnt::workbook | |
detail::xlsx_consumer (defined in xlnt::workbook) | xlnt::workbook | friend |
detail::xlsx_producer (defined in xlnt::workbook) | xlnt::workbook | friend |
disable_known_fonts() | xlnt::workbook | |
empty() | xlnt::workbook | static |
enable_known_fonts() | xlnt::workbook | |
end() | xlnt::workbook | |
end() const | xlnt::workbook | |
extended_properties() const | xlnt::workbook | |
extended_property(xlnt::extended_property type) const | xlnt::workbook | |
extended_property(xlnt::extended_property type, const variant &value) | xlnt::workbook | |
format(std::size_t format_index) | xlnt::workbook | |
format(std::size_t format_index) const | xlnt::workbook | |
has_calculation_properties() const | xlnt::workbook | |
has_code_name() const | xlnt::workbook | |
has_core_property(xlnt::core_property type) const | xlnt::workbook | |
has_custom_property(const std::string &property_name) const | xlnt::workbook | |
has_extended_property(xlnt::extended_property type) const | xlnt::workbook | |
has_file_version() const | xlnt::workbook | |
has_named_range(const std::string &name) const | xlnt::workbook | |
has_style(const std::string &name) const | xlnt::workbook | |
has_theme() const | xlnt::workbook | |
has_title() const | xlnt::workbook | |
has_view() const | xlnt::workbook | |
index(worksheet worksheet) | xlnt::workbook | |
iterator typedef | xlnt::workbook | |
known_fonts_enabled() const | xlnt::workbook | |
last_edited() const | xlnt::workbook | |
load(const std::vector< std::uint8_t > &data) | xlnt::workbook | |
load(const std::vector< std::uint8_t > &data, const std::string &password) | xlnt::workbook | |
load(const std::string &filename) | xlnt::workbook | |
load(const std::string &filename, const std::string &password) | xlnt::workbook | |
load(const xlnt::path &filename) | xlnt::workbook | |
load(const xlnt::path &filename, const std::string &password) | xlnt::workbook | |
load(std::istream &stream) | xlnt::workbook | |
load(std::istream &stream, const std::string &password) | xlnt::workbook | |
lowest_edited() const | xlnt::workbook | |
manifest() | xlnt::workbook | |
manifest() const | xlnt::workbook | |
named_range(const std::string &name) | xlnt::workbook | |
named_ranges() const | xlnt::workbook | |
operator!=(const workbook &rhs) const | xlnt::workbook | |
operator=(workbook other) | xlnt::workbook | |
operator==(const workbook &rhs) const | xlnt::workbook | |
operator[](const std::string &name) | xlnt::workbook | |
operator[](std::size_t index) | xlnt::workbook | |
remove_named_range(const std::string &name) | xlnt::workbook | |
remove_sheet(worksheet worksheet) | xlnt::workbook | |
reverse_iterator typedef | xlnt::workbook | |
rup_build() const | xlnt::workbook | |
save(std::vector< std::uint8_t > &data) const | xlnt::workbook | |
save(std::vector< std::uint8_t > &data, const std::string &password) const | xlnt::workbook | |
save(const std::string &filename) const | xlnt::workbook | |
save(const std::string &filename, const std::string &password) const | xlnt::workbook | |
save(const xlnt::path &filename) const | xlnt::workbook | |
save(const xlnt::path &filename, const std::string &password) const | xlnt::workbook | |
save(std::ostream &stream) const | xlnt::workbook | |
save(std::ostream &stream, const std::string &password) const | xlnt::workbook | |
shared_strings(std::size_t index) const | xlnt::workbook | |
shared_strings() | xlnt::workbook | |
shared_strings() const | xlnt::workbook | |
sheet_by_id(std::size_t id) | xlnt::workbook | |
sheet_by_id(std::size_t id) const | xlnt::workbook | |
sheet_by_index(std::size_t index) | xlnt::workbook | |
sheet_by_index(std::size_t index) const | xlnt::workbook | |
sheet_by_title(const std::string &title) | xlnt::workbook | |
sheet_by_title(const std::string &title) const | xlnt::workbook | |
sheet_count() const | xlnt::workbook | |
sheet_hidden_by_index(std::size_t index) const | xlnt::workbook | |
sheet_titles() const | xlnt::workbook | |
streaming_workbook_reader (defined in xlnt::workbook) | xlnt::workbook | friend |
style(const std::string &name) | xlnt::workbook | |
style(const std::string &name) const | xlnt::workbook | |
theme() const | xlnt::workbook | |
theme(const class theme &value) | xlnt::workbook | |
thumbnail(const std::vector< std::uint8_t > &thumbnail, const std::string &extension, const std::string &content_type) | xlnt::workbook | |
thumbnail() const | xlnt::workbook | |
title() const | xlnt::workbook | |
title(const std::string &title) | xlnt::workbook | |
view() const | xlnt::workbook | |
view(const workbook_view &view) | xlnt::workbook | |
workbook() | xlnt::workbook | |
workbook(const xlnt::path &file) | xlnt::workbook | |
workbook(const xlnt::path &file, const std::string &password) | xlnt::workbook | |
workbook(std::istream &data) | xlnt::workbook | |
workbook(std::istream &data, const std::string &password) | xlnt::workbook | |
workbook(workbook &&other) | xlnt::workbook | |
workbook(const workbook &other) | xlnt::workbook | |
worksheet (defined in xlnt::workbook) | xlnt::workbook | friend |
~workbook() | xlnt::workbook |