hmf
hmf
@frankfliu How would one parametrize the requirements I described above? I don't think I can come up with a set of parameters that are generic enough to be useful for...
@frankfliu My apologies for not replying sooner. I was trying to see if I could analyze and respond, however I am currently overwhelmed with other work. I need time to...
Late to the party but may be of use to others... To support "xls", the `HSSFWorkbook`, `HSSFSheet`, `HSSFRow` and `HSSFCell` classes should be used. Code in: https://github.com/jtablesaw/tablesaw/blob/1841f041e9d517a332542e1042c2ea261ae83f88/excel/src/main/java/tech/tablesaw/io/xlsx/XlsxReader.java#L119 shows the use...
Found this [article](https://www.codejava.net/coding/how-to-read-excel-files-in-java-using-apache-poi) that shows that maybe with one simple change it can be supported: ```Java private Workbook getWorkbook(FileInputStream inputStream, String excelFilePath) throws IOException { Workbook workbook = null; if...
@benmccann Just to inform. > I took a look at creating a Paradox Maven plugin. The tricky thing seems to be that Paradox is written in Scala so you'd want...
@benmccann Apologies for the late reply (am on holiday 8-)). Looked at the issue you refer to and the the links you provide. Note that the Stackoverflow question you refer...
I took a shot a doing this and failed. One problem is the dependency: "flink-scala" of "org.apache.flink" This does not seem its going to be solved too soon. See: https://issues.apache.org/jira/browse/FLINK-5005...
Apologies for the delay. I have made the slf4j changes and made a new commit (https://github.com/almond-sh/almond/pull/918/commits/687c73c3cd8f027995c35125816562778b571af2). I have reviewed the conflicts and changed the `.gitignore` accordingly. Other changes seem ok....
@nyambol Try: `./coursier launch --fork almond -M almond.ScalaKernel -- --install` See https://github.com/almond-sh/almond/issues/835
See https://github.com/almond-sh/almond/pull/918