
    h+"g                        d Z ddlmZ ddlmZ ddlmZ ddlmZ dZ	 ee
                              ddd	ge	d
gd                              ddge	d
gd                              ddd	ge	d
gd           ddZddZdS )z
    pyexcel_xlsx
    ~~~~~~~~~~~~~~~~~~~

    The lower level xlsx file format handler using openpyxl

    :copyright: (c) 2015-2019 by Onni Software Ltd & its contributors
    :license: New BSD License
    )get_data)isstream)	save_data)IOPluginInfoChainV2xlsxzxlsxr.XLSXBookfilememoryxlsmbinary)relative_plugin_class_path	locations
file_typesstream_typezxlsxr.XLSXBookInContentcontentzxlsxw.XLSXWriterNc                 V    t          |           r	|t          }t          | |fd|i| dS )zAstandalone module function for writing module supported file typeN	file_type)r   __FILE_TYPE__
write_data)afiledatar   keywordss       W/var/www/ffwdstore.be/apps/py-env/lib/python3.11/site-packages/pyexcel_xlsx/__init__.pyr   r   #   s=     "9,!	ud<<i<8<<<<<    c                 P    t          |           r	|t          }t          | fd|i|S )zAstandalone module function for reading module supported file typeNr   )r   r   	read_data)r   r   r   s      r   r   r   *   s5     "9,!	U<<i<8<<<r   )N)__doc__pyexcel_io.ior   r   r   r   r   pyexcel_io.pluginsr   r   __name__add_a_readeradd_a_writer r   r   <module>r#      s#    0 / / / / / " " " " " " 1 1 1 1 1 1 2 2 2 2 2 2  H   * */x v&	 +  
 ,8kv&	   
 ,1x v&	    = = = == = = = = =r   