Skip to content

search5/msoffice_2003_excel_xml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

msoffice_2003_excel_xml

Microsoft Office 2003 Excel XML Reading Library

제가 업무에 쓰기 위해서 간략히 개발한 라이브러리입니다.

현재 편집중입니다..

Examples:


    >>> obj = ExcelLib(u'제5차국내외문서목록(20130917)테스트.xml')
    >>> obj.setWorksheet(u'2011 국내문서-낱장')
    >>> obj.buildStyles()
    >>> rows = obj.buildRows()

    >>> print rows[0]['기록철'].style.getUnderline()

Excel 2003-2004 XML Data Structure

Workbook/
    Styles/
        Style/
            @ss:ID
            Font/
                @ss:Underline = "Single"
    Worksheet
        @ss:Name
        Table/
            Row/
                Cell/
                    @ss:StyleID
                    Data

About

Microsoft Office 2003 Excel XML Reading Library

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages