aboutsummaryrefslogtreecommitdiffstats
path: root/src/documentation/xdocs/faq.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/documentation/xdocs/faq.xml')
-rw-r--r--src/documentation/xdocs/faq.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/documentation/xdocs/faq.xml b/src/documentation/xdocs/faq.xml
index fdfbbb4262..a702b247be 100644
--- a/src/documentation/xdocs/faq.xml
+++ b/src/documentation/xdocs/faq.xml
@@ -267,5 +267,20 @@
fileOut.close(); </source>
</answer>
+ <faq>
+ <question>
+ Will Poi read any spreadsheet and rewrite it with modifications.
+ </question>
+ <answer>
+ Poi is not guanteed to read the contents of any spreadsheet.
+ Certain features may cause spreadsheets to fail to read. More
+ problematic is rewriting spreadsheets. Poi tried hard to
+ preserve the records of the original spreadsheet but some
+ features may cause problems. We advise that you limit the
+ formatting of spreadsheets you process so as to not be
+ unpleasantly suprised at a later stage.
+ </answer>
+ </faq>
+
</faq>
</faqs>