Hello All,
I have written a class that searches Docx files, how do I publish it or demo it the community to find out if I can add it to the Docx4j github repo?
Regards
Derek.
It is currently Tue Nov 26, 2024 12:50 am
<ns2:row r="15" spans="1:5">
<ns2:c r="B15" s="31">
<ns2:v>40624</ns2:v>
</ns2:c>
</ns2:row>
It is expected that the newSAXParser method of a SAXParserFactory implementation, the newDocumentBuilder method of a DocumentBuilderFactory and the newTransformer method of a ...
spread = SpreadsheetMLPackage.load(new File(mainFile));
WorksheetPart sheetpart = (WorksheetPart) spread.getParts().get(new PartName("/xl/worksheets/sheet1.xml"));
List<Row> rows = sheetpart.getContents().getSheetData().getRow();
r = rows.get(i);
for (Cell cr : r.getC())
{
if (cr.getF() != null)
{
System.out.println(cr.getF().getValue());
}
}
spread.save(new File(output));
if (centerList.contains(center))
{
calculationList.add(new Long(r.getR()));
rows.remove(r);
i--;
total_rows--;
old_R--;
removal = true;
centerList.remove(center);
}
Total posts 10111 • Total topics 2842 • Total members 2074