1
テキストを整列しようとしています。 ここに私のpom.xml:私のコードでApache POI - CellStyle.ALIGN_RIGHT
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml</artifactId>
<version>3.17</version>
</dependency>
:
import org.apache.poi.ss.usermodel.CellStyle;
が、私は(CellStyle.ALIGN_RIGHT
を)それを使用したい場合、私はこのコンパイルエラーを得た:
「CellStyle.ALIGN_RIGHT」の完全な使い方を教えてください。 –