Skip to content

Commit bec086c

Browse files
committed
Update excel-processing.md
1 parent 8d7bddd commit bec086c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/recipes/excel-processing.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ dump(result);
110110

111111
This returns a proper CFML query object that you can use with all standard query functions and tags.
112112

113-
114113
## Benefits Over Built-in SpreadSheet Functions
115114

116115
Apache POI provides several advantages:
@@ -122,4 +121,8 @@ Apache POI provides several advantages:
122121
- **Multiple Sheets** - Easy access to different worksheets
123122
- **Cell-level Control** - Granular access to individual cells and their properties
124123

125-
Perfect for complex Excel processing that goes beyond basic spreadsheet operations!
124+
Perfect for complex Excel processing that goes beyond basic spreadsheet operations!
125+
126+
## spreadsheet-cfml
127+
128+
There is also the very extensive [spreadsheet-cfml](https://github.com/cfsimplicity/spreadsheet-cfml) library available, which uses the same poi library and approaches, it is well maintained and has a comprehensive range of test cases.

0 commit comments

Comments
 (0)