mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix code
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user