B4J Question Problem with XLUtils

trisium

Member
Licensed User
Longtime User
Hello everyone,

I have a problem with XLUtils: after selecting it in the Libraries Manager I get the following error message when compiling - WITHOUT using the library at all:


B4J line: 206
End Sub
src\b4j\example\xlsheetwriter.java:1366: Fehler: Symbol nicht gefunden
public Object createConditionalFormattingRule (SheetConditionalFormatting s, String formula) {
^
Symbol: Klasse SheetConditionalFormatting
Ort: Klasse xlsheetwriter


I've tried all sorts of things - what did I do wrong during the installation (Apache? POI?)?

I am using XLUtils in the current version 2.09.

Thanks for any advice!
 
Top