Leo Bartoloni
Leo Bartoloni
I tried installing from src zip on kibana 4.4.1: `bin/kibana plugin -i elasticsearch_status -u https://github.com/timroes/elasticsearch_status/archive/master.zip` but it throws error: ``` ERROR in ./installedPlugins/elasticsearch_status/public/app.js Module not found: Error: Cannot resolve 'file'...
I did it using: ``` getSheet().addMergedRegion(new CellRangeAddress(0,0,0,4)); ``` It could be useful a specific method
I did it using: ``` CellManipulationAbility.getOrCreateCellAt(4, 5, getSheet()).setCellFormula("SUM(A3:D3)") ``` it could be useful a method like putCellValue but for formulas: putCellFormula
### Prerequisites - [X] I have [searched](https://github.com/coliff/bootstrap-ie11/issues?utf8=%E2%9C%93&q=is%3Aissue) for duplicate or closed issues - [X] I have validated any HTML to avoid common problems ### Describe the issue I am having...