]> source.dussan.org Git - poi.git/commit
Update some more documentation, and put in a workaround for needing to create a RichT...
authorNick Burch <nick@apache.org>
Sun, 16 Mar 2008 16:24:23 +0000 (16:24 +0000)
committerNick Burch <nick@apache.org>
Sun, 16 Mar 2008 16:24:23 +0000 (16:24 +0000)
commitf4f71fc9bce4dcdbb015034b50a638f25fe0e398
tree7c3a0dbd3f5bb67e5390a0530778d4328896930d
parentbfc60827c0c0fa5f8d2240941d95dbb0aba05e76
Update some more documentation, and put in a workaround for needing to create a RichTextString, without wanting to know the concrete type, but Java interfaces are crap

git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@637607 13f79535-47bb-0310-9956-ffa450edef68
src/documentation/content/xdocs/spreadsheet/quick-guide.xml
src/examples/src/org/apache/poi/ss/usermodel/examples/FromQuickGuide.java [new file with mode: 0644]
src/java/org/apache/poi/hssf/usermodel/HSSFCell.java
src/ooxml/interfaces-jdk15/org/apache/poi/ss/usermodel/Cell.java
src/ooxml/interfaces-jdk15/org/apache/poi/ss/usermodel/RichTextString.java
src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFCell.java