Hi!
I tried to extend the ExcelExporter code found in the git repository, but when I compile these imports does not work. Do I need to add another jar file on the classpath? I tried to build this under web and gui module…both failed.
I’m running on platform-6.9.7 and using eclipse plugin.
Thanks!
error: package com.haulmont.cuba.gui.components.data does not exist
import com.haulmont.cuba.gui.components.data.*;
import com.haulmont.cuba.gui.components.data.meta.EntityDataGridItems;
import com.haulmont.cuba.gui.components.data.meta.EntityTableItems;