You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: buttons-fast-excel.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,10 @@
1
1
# Fast Excel Integration
2
2
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.
0 commit comments