exception prevents writing rationale files with user defined named ranges... Open to discussion
if anyone knows why we're being so fickle here...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@513604
13f79535-47bb-0310-9956-
ffa450edef68
}
public void writeBytes(byte [] array, int offset) {
- throw new RuntimeException("Coding Error: This method should never be called. This ptg should be converted");
+ super.writeBytes(array,offset);
+ //this should be a warning...there doesn't seem to be any rationale to throwing an exception here...
+ //this excpeiton appears to break user defined named ranges...
+ //throw new RuntimeException("Coding Error: This method should never be called. This ptg should be converted");
}
public String getAreaPtgName() {