csvzall 0.4.0
CSV command-line tool and emerging C++ library
Loading...
Searching...
No Matches
csvzall::viewer::CsvIndexedFile Member List

This is the complete list of members for csvzall::viewer::CsvIndexedFile, including all inherited members.

delete_column(const std::string &column)csvzall::viewer::CsvIndexedFile
delete_row(std::uint64_t row)csvzall::viewer::CsvIndexedFile
edit_cell(std::uint64_t row, const std::string &column, const std::string &value)csvzall::viewer::CsvIndexedFile
file_name() constcsvzall::viewer::CsvIndexedFile
file_size() constcsvzall::viewer::CsvIndexedFile
headers() constcsvzall::viewer::CsvIndexedFile
input_path() constcsvzall::viewer::CsvIndexedFile
insert_column(std::uint64_t column, const std::string &name, const std::string &value)csvzall::viewer::CsvIndexedFile
insert_row(std::uint64_t row, const std::vector< std::string > &values)csvzall::viewer::CsvIndexedFile
Open(const std::string &input_path, csv::CSVFormat format, std::function< void(const std::string &)> verbose={})csvzall::viewer::CsvIndexedFilestatic
read_rows(std::uint64_t offset, std::uint64_t limit) constcsvzall::viewer::CsvIndexedFile
recover_renamed_source()csvzall::viewer::CsvIndexedFile
rename_column(const std::string &column, const std::string &name)csvzall::viewer::CsvIndexedFile
reset()csvzall::viewer::CsvIndexedFile
row_count() constcsvzall::viewer::CsvIndexedFile
save(const std::vector< std::string > &columns={})csvzall::viewer::CsvIndexedFile
swap_rows(std::uint64_t first, std::uint64_t second)csvzall::viewer::CsvIndexedFile