This commit is contained in:
Looly
2020-10-29 16:19:54 +08:00
parent 19eba6086f
commit 282e1e9090
8 changed files with 39 additions and 24 deletions

View File

@@ -965,7 +965,7 @@ public class ExcelWriter extends ExcelBase<ExcelWriter> {
* @param y Y坐标从0计数即行号
* @return {@link CellStyle}
* @since 4.0.9
* @deprecated 请使用{@link #createCellStyle(int, int)}
* @deprecated 请使用 {@link #createCellStyle(int, int)}
*/
@Deprecated
public CellStyle createStyleForCell(int x, int y) {