- Timestamp:
- 10/07/11 05:32:00 (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/docx4j/src/main/java/org/docx4j/openpackaging/contenttype/ContentTypes.java
r1556 r1681 272 272 "application/vnd.openxmlformats-officedocument.spreadsheetml.pivotTable+xml"; 273 273 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 274 282 // /xl/comments1.xml 275 283 public final static String SPREADSHEETML_COMMENTS = 276 284 "application/vnd.openxmlformats-officedocument.spreadsheetml.comments+xml"; 277 285 286 // /xl/connections.xml 287 public final static String SPREADSHEETML_CONNECTIONS = 288 "application/vnd.openxmlformats-officedocument.spreadsheetml.connections+xml"; 278 289 279 290 // /xl/charts/chart1.xml
Note: See TracChangeset
for help on using the changeset viewer.
