<<

NAME

C4::ImportExportFramework - Import/Export Framework to Excel-xml/ODS Module Functions

SYNOPSIS

  use C4::ImportExportFramework;

DESCRIPTION

Module to Import/Export Framework to Excel-xml/ODS on intranet administration - MARC Frameworks section

Module to Import/Export Framework to Excel-xml/ODS on intranet administration - MARC Frameworks section exporting the tables marc_tag_structure, marc_subfield_structure to excel-xml/ods or viceversa

Functions for handling import/export.

SUBROUTINES

ExportFramework

Export all the information of a Framework to an excel "xml" file or OpenDocument SpreadSheet "ods" file.

return : succes

createODS

Creates a temporary directory to create the ods file and read it to store its content in a string.

return : success

ImportFramework

Import all the information of a Framework from a excel-xml/ods file.

return : success

AUTHOR

Koha Development Team <http://koha-community.org/>

<<