Coder Social home page Coder Social logo

Comments (3)

sdrss avatar sdrss commented on June 26, 2024

Hi,
please make sure that the dataprovider returns actual data and not an empty 'Object[][] '
I can't reproduce it case requires a 'custom' file
`String[] archivos = {
"C:/Reportes/CUA04.xlsx"
};

int[][] matrizDeConversion = {
        {1}
};
FileExcelProvider file = new FileExcelProvider(archivos,matrizDeConversion);
Object[][] data = file.getData();`

This should be the case , if an empty list is returned from provider then the report is empty too

from reportng.

JoseCarlosBran avatar JoseCarlosBran commented on June 26, 2024

Hello, I was able to generate the report, it was because I had not added the necessary dependencies for ReportNg, that was the reason why the report was not generated.

Now I have the following problem, which is that if I set the system property org.uncommons.reportng.escape-output to false, it does allow me to link images in the report, but it shows everything together.

image

If I set that system property to true, it generates the very Chilean report, one line for each log, but it does not allow me to associate images

image

Is there something I can do to be able to link the images, as in the first attached screenshot, but that the logs are displayed in order, as in the second screenshot?

from reportng.

sdrss avatar sdrss commented on June 26, 2024

You can print "image link" as you do into the first screenshot with org.uncommons.reportng.escape-output : false
By setting this to true is normal to see the HTML code inside the report (as is in 2nd screenshot)

So I guess that something has to do with the logger you are using,
Check this too https://github.com/sdrss/reportNG/wiki/How-to

from reportng.

Related Issues (2)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.