Valeri Vicneanschi
Valeri Vicneanschi
You could wrap api calls with `setTimeout` ``` // give angular some time to update ag-grid class via binding setTimeout(() => { this.gridApi.resetRowHeights(); this.gridApi.refreshCells(); this.gridApi.refreshHeader(); });```
Basically it should read Excel Spreadsheet instead of HTML. I found the Java sources for fitlibrary which supports **SpreadsheetRunner**: - (git) https://git.code.sf.net/p/fitlibrary/fitlibrary (src/fitlibrary/runner/SpreadsheetRunner.java) - (zip) https://sourceforge.net/projects/fitlibrary/files/FitLibrary%20in%20Java/FitLibrary-2.0.zip/download There are some examples...
I agree about .xlsx Thanks.
Thanks Mike! On Tue, Mar 21, 2017, 11:40 AM Mike Stockdale wrote: > looks reasonable to do. I'll add it to next release (no target date yet) > > —...
Hey Grzegorz! Please need support version 2.1.x
Please take a look at documentation http://www.squaremobius.net/rabbit.js/ There is a section at the end of the document.
I'm on 4.0. Will try to update framework. Thank you.