Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はHSSFワークブックを使用して、Javaを使用してExcelにデータを書き込んでいます。今、単語数がn個の列名があります。通常、同じ行に挿入すると、文を2つの異なる行に分割したいと思います。同じセルに挿入します。
以下は、列を設定するために使用するコードです
rowhead.createCell((short) 0).setCellValue("Hi there it is my lengthy column please help");
ありがとう、トム