a8753d8a41
Changelog: 0.16.1 fixed a build issue on 32-bit linux platforms, which was indirectly caused by ixion. fixed json parsing bug caused by an uninitialized variable, which manifested itself on debian 32-bit platform. removed compiler warnings on unused variables from the base parser handlers. 0.16.0 general full formula recalculations are now optional when loading documents. It makes more effective use of cached formula results. added the option of failing on the first faulty cell, or skipping them. fixed a bug that caused the threaded_sax_token_parser to deadlock. added base parser handler classes in the public headers so that they can be sub-classed to overwrite necessary handler methods. json-parser parsing of numeric values are now more strict for better conformance to the specs. ods added support for loading named expressions from ods documents. fixed an infinite loop when loading one of the attached ods documents from https://bugs.documentfoundation.org/show_bug.cgi?id=82414 xlsx fixed a segfault when loading the xlsx document from https://bugs.documentfoundation.org/show_bug.cgi?id=83711. xls-xml fixed a bug that prevented formulas from referencing cells located in later sheets. xml-map adjusted the xml path expressions to be more like XPath. Previously, an attribute was expressed as '@' in the old expression, but XPath uses '/@'. The new expression uses '/@' for an attribute. added the ability to identify and import ranges from XML documents without map file. added the ability to generate map file from XML documents for user customization. added support to specify default namespace in the map file. python added orcus.Cell class to represent individual cell values and attributes. fixed several memory leaks in the python binding layer. modified orcus.csv.read() function to take string input, instead of bytes. added __version__ attribute to the orcus module. cleaned up orcus.detect_format function to only take the stream parameter. added named_expressions properties to Document and Sheet class objects. added Python API to bulk-process a number of spreadsheet documents (orcus.tools.file_processor). added Python API to download attachments from bugzilla services via REST API (orcus.tools.bugzilla).
94 lines
3.9 KiB
Text
94 lines
3.9 KiB
Text
@comment $NetBSD: PLIST,v 1.9 2021/02/06 06:29:04 ryoon Exp $
|
|
bin/orcus-css-dump
|
|
bin/orcus-csv
|
|
bin/orcus-detect
|
|
bin/orcus-gnumeric
|
|
bin/orcus-json
|
|
bin/orcus-mso-encryption
|
|
bin/orcus-ods
|
|
bin/orcus-styles-ods
|
|
bin/orcus-xls-xml
|
|
bin/orcus-xlsx
|
|
bin/orcus-xml
|
|
bin/orcus-yaml
|
|
bin/orcus-zip-dump
|
|
include/liborcus-0.16/orcus/base64.hpp
|
|
include/liborcus-0.16/orcus/cell_buffer.hpp
|
|
include/liborcus-0.16/orcus/config.hpp
|
|
include/liborcus-0.16/orcus/css_document_tree.hpp
|
|
include/liborcus-0.16/orcus/css_parser.hpp
|
|
include/liborcus-0.16/orcus/css_parser_base.hpp
|
|
include/liborcus-0.16/orcus/css_selector.hpp
|
|
include/liborcus-0.16/orcus/css_types.hpp
|
|
include/liborcus-0.16/orcus/csv_parser.hpp
|
|
include/liborcus-0.16/orcus/csv_parser_base.hpp
|
|
include/liborcus-0.16/orcus/detail/parser_token_buffer.hpp
|
|
include/liborcus-0.16/orcus/detail/thread.hpp
|
|
include/liborcus-0.16/orcus/dom_tree.hpp
|
|
include/liborcus-0.16/orcus/env.hpp
|
|
include/liborcus-0.16/orcus/exception.hpp
|
|
include/liborcus-0.16/orcus/format_detection.hpp
|
|
include/liborcus-0.16/orcus/global.hpp
|
|
include/liborcus-0.16/orcus/info.hpp
|
|
include/liborcus-0.16/orcus/interface.hpp
|
|
include/liborcus-0.16/orcus/json_document_tree.hpp
|
|
include/liborcus-0.16/orcus/json_global.hpp
|
|
include/liborcus-0.16/orcus/json_parser.hpp
|
|
include/liborcus-0.16/orcus/json_parser_base.hpp
|
|
include/liborcus-0.16/orcus/json_parser_thread.hpp
|
|
include/liborcus-0.16/orcus/json_structure_tree.hpp
|
|
include/liborcus-0.16/orcus/measurement.hpp
|
|
include/liborcus-0.16/orcus/mso/encryption_info.hpp
|
|
include/liborcus-0.16/orcus/orcus_csv.hpp
|
|
include/liborcus-0.16/orcus/orcus_gnumeric.hpp
|
|
include/liborcus-0.16/orcus/orcus_import_ods.hpp
|
|
include/liborcus-0.16/orcus/orcus_import_xlsx.hpp
|
|
include/liborcus-0.16/orcus/orcus_json.hpp
|
|
include/liborcus-0.16/orcus/orcus_ods.hpp
|
|
include/liborcus-0.16/orcus/orcus_xls_xml.hpp
|
|
include/liborcus-0.16/orcus/orcus_xlsx.hpp
|
|
include/liborcus-0.16/orcus/orcus_xml.hpp
|
|
include/liborcus-0.16/orcus/parser_base.hpp
|
|
include/liborcus-0.16/orcus/parser_global.hpp
|
|
include/liborcus-0.16/orcus/pstring.hpp
|
|
include/liborcus-0.16/orcus/sax_ns_parser.hpp
|
|
include/liborcus-0.16/orcus/sax_parser.hpp
|
|
include/liborcus-0.16/orcus/sax_parser_base.hpp
|
|
include/liborcus-0.16/orcus/sax_token_parser.hpp
|
|
include/liborcus-0.16/orcus/sax_token_parser_thread.hpp
|
|
include/liborcus-0.16/orcus/spreadsheet/auto_filter.hpp
|
|
include/liborcus-0.16/orcus/spreadsheet/config.hpp
|
|
include/liborcus-0.16/orcus/spreadsheet/document.hpp
|
|
include/liborcus-0.16/orcus/spreadsheet/export_interface.hpp
|
|
include/liborcus-0.16/orcus/spreadsheet/factory.hpp
|
|
include/liborcus-0.16/orcus/spreadsheet/import_interface.hpp
|
|
include/liborcus-0.16/orcus/spreadsheet/import_interface_pivot.hpp
|
|
include/liborcus-0.16/orcus/spreadsheet/import_interface_view.hpp
|
|
include/liborcus-0.16/orcus/spreadsheet/pivot.hpp
|
|
include/liborcus-0.16/orcus/spreadsheet/shared_strings.hpp
|
|
include/liborcus-0.16/orcus/spreadsheet/sheet.hpp
|
|
include/liborcus-0.16/orcus/spreadsheet/sheet_range.hpp
|
|
include/liborcus-0.16/orcus/spreadsheet/styles.hpp
|
|
include/liborcus-0.16/orcus/spreadsheet/types.hpp
|
|
include/liborcus-0.16/orcus/spreadsheet/view.hpp
|
|
include/liborcus-0.16/orcus/spreadsheet/view_types.hpp
|
|
include/liborcus-0.16/orcus/stream.hpp
|
|
include/liborcus-0.16/orcus/string_pool.hpp
|
|
include/liborcus-0.16/orcus/threaded_json_parser.hpp
|
|
include/liborcus-0.16/orcus/threaded_sax_token_parser.hpp
|
|
include/liborcus-0.16/orcus/tokens.hpp
|
|
include/liborcus-0.16/orcus/types.hpp
|
|
include/liborcus-0.16/orcus/xml_namespace.hpp
|
|
include/liborcus-0.16/orcus/xml_structure_tree.hpp
|
|
include/liborcus-0.16/orcus/xml_writer.hpp
|
|
include/liborcus-0.16/orcus/yaml_document_tree.hpp
|
|
include/liborcus-0.16/orcus/yaml_parser.hpp
|
|
include/liborcus-0.16/orcus/yaml_parser_base.hpp
|
|
include/liborcus-0.16/orcus/zip_archive.hpp
|
|
include/liborcus-0.16/orcus/zip_archive_stream.hpp
|
|
lib/liborcus-0.16.la
|
|
lib/liborcus-mso-0.16.la
|
|
lib/liborcus-parser-0.16.la
|
|
lib/liborcus-spreadsheet-model-0.16.la
|
|
lib/pkgconfig/liborcus-0.16.pc
|
|
lib/pkgconfig/liborcus-spreadsheet-model-0.16.pc
|