Ignore:
Timestamp:
10/07/11 05:32:00 (8 months ago)
Author:
jharrop
Message:

Additional xlsx parts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/docx4j/src/main/java/org/docx4j/openpackaging/contenttype/ContentTypes.java

    r1556 r1681  
    272272                "application/vnd.openxmlformats-officedocument.spreadsheetml.pivotTable+xml"; 
    273273 
     274        // /xl/queryTables/queryTable1.xml 
     275        public final static String SPREADSHEETML_QUERY_TABLE = 
     276                "application/vnd.openxmlformats-officedocument.spreadsheetml.queryTable+xml"; 
     277         
     278        // /xl/tables/table1.xml 
     279        public final static String SPREADSHEETML_TABLE = 
     280                "application/vnd.openxmlformats-officedocument.spreadsheetml.table+xml"; 
     281         
    274282        // /xl/comments1.xml 
    275283        public final static String SPREADSHEETML_COMMENTS = 
    276284                "application/vnd.openxmlformats-officedocument.spreadsheetml.comments+xml"; 
    277285         
     286        // /xl/connections.xml 
     287        public final static String SPREADSHEETML_CONNECTIONS = 
     288                "application/vnd.openxmlformats-officedocument.spreadsheetml.connections+xml";   
    278289         
    279290        // /xl/charts/chart1.xml 
Note: See TracChangeset for help on using the changeset viewer.