mirror of https://github.com/apache/poi.git
add content types for macrosheets
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1909993 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4b8a7eb6ce
commit
2712abf00b
|
@ -286,13 +286,13 @@ public final class XSSFRelation extends POIXMLRelation {
|
||||||
);
|
);
|
||||||
|
|
||||||
public static final XSSFRelation MACRO_SHEET_BIN = new XSSFRelation(
|
public static final XSSFRelation MACRO_SHEET_BIN = new XSSFRelation(
|
||||||
null,//TODO: figure out what this should be?
|
"application/vnd.ms-excel.macrosheet+xml",
|
||||||
"http://schemas.microsoft.com/office/2006/relationships/xlMacrosheet",
|
"http://schemas.microsoft.com/office/2006/relationships/xlMacrosheet",
|
||||||
"/xl/macroSheets/sheet#.bin"
|
"/xl/macroSheets/sheet#.bin"
|
||||||
);
|
);
|
||||||
|
|
||||||
public static final XSSFRelation INTL_MACRO_SHEET_BIN = new XSSFRelation(
|
public static final XSSFRelation INTL_MACRO_SHEET_BIN = new XSSFRelation(
|
||||||
null,//TODO: figure out what this should be?
|
"application/vnd.ms-excel.intlmacrosheet+xml",
|
||||||
"http://schemas.microsoft.com/office/2006/relationships/xlIntlMacrosheet",
|
"http://schemas.microsoft.com/office/2006/relationships/xlIntlMacrosheet",
|
||||||
"/xl/macroSheets/sheet#.bin"
|
"/xl/macroSheets/sheet#.bin"
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue