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.
私はJavaでmsExcelを使用しています。行をグループ化する方法を知っている人はいますか?POIまたはjxlにはこの機能がありますか?ドキュメントを検索しましたが、答えを見つけることができませんでした。
答えを見つけました。org.apache.poi.ss.usermodel.Sheet.groupRow()メソッドを呼び出すだけです。
org.apache.poi.ss.usermodel.Sheet.groupRow()