We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d78e0a0 commit e8d1923Copy full SHA for e8d1923
fastexcel-writer/src/main/java/org/dhatim/fastexcel/Worksheet.java
@@ -517,8 +517,8 @@ public void finish() throws IOException {
517
/**
518
* Write all the rows currently in memory to the workbook's output stream.
519
* Call this method periodically when working with huge data sets.
520
- * After calling {@link #flush()}, all the rows created so far become inaccessible.<br/>
521
- * Notes:<br/>
+ * After calling {@link #flush()}, all the rows created so far become inaccessible.<br>
+ * Notes:<br>
522
* <ul>
523
* <li>All columns must be defined before calling this method:
524
* do not add or merge columns after calling {@link #flush()}.</li>
0 commit comments