Skip to content

Commit c87047b

Browse files
committed
Add notes for the limitations.
1 parent 9e19825 commit c87047b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

buttons-fast-excel.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Fast Excel Integration
22

3-
[Fast-Excel](https://github.com/rap2hpoutre/fast-excel) is recommended when exporting bulk records.
3+
[Fast-Excel](https://github.com/rap2hpoutre/fast-excel) is recommended when exporting bulk records.
4+
5+
## LIMITATIONS!
6+
7+
FastExcel integration uses cursor behind the scene thus eager loaded columns will not work on export. You must used join statements if you want to export related columns. Also, column value formatting like converting boolean to Yes or No should be done on SQL LEVEL.
48

59
## Usage
610

0 commit comments

Comments
 (0)