Ext.ux.Exporter
Ext.ux.Exporter copied to clipboard
Solution to dataIndex with dots evaluates null problem
Solves the bug that when data index contains dots, worksheet cannot resolve them and inserts null to cell. (Tested on Ext JS 6)
Example: dataIndex: 'foo.record.test' -> evaluates null with record.get(dataIndex)