소스 검색

Regression analysis: Cloning sheets failed on ctrlProps, i.e. checkboxes

and other GUI elements, add minimal support for these to allow clone to
succeed.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1730275 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_3_14_FINAL
Dominik Stadler 8 년 전
부모
커밋
50aa8f07c8
2개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6
    0
      src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFRelation.java
  2. BIN
      test-data/spreadsheet/mv-calculator-final-2-20-2013.xlsm

+ 6
- 0
src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFRelation.java 파일 보기

@@ -344,6 +344,12 @@ public final class XSSFRelation extends POIXMLRelation {
XSSFPivotCacheRecords.class
);

public static final XSSFRelation CTRL_PROP_RECORDS = new XSSFRelation(
null,
"http://schemas.openxmlformats.org/officeDocument/2006/relationships/ctrlProp",
"/xl/ctrlProps/ctrlProp#.xml",
null
);

private XSSFRelation(String type, String rel, String defaultName, Class<? extends POIXMLDocumentPart> cls) {
super(type, rel, defaultName, cls);

BIN
test-data/spreadsheet/mv-calculator-final-2-20-2013.xlsm 파일 보기


Loading…
취소
저장