i used C# and XSSFClientAnchor to create NPOI with image and i already change code to this ...
XSSFClientAnchor anchor = new XSSFClientAnchor(0, 0, 800, 0, 4, rows, 5, rows + 1);
but is not work for me
have u other solution to resolved this problem
thank.
XSSFClientAnchor anchor = new XSSFClientAnchor(0, 0, 800, 0, 4, rows, 5, rows + 1);
but is not work for me
have u other solution to resolved this problem
thank.