mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-04-19 03:01:48 +08:00
fix code
This commit is contained in:
parent
5680ffbb53
commit
46ada04f95
@ -90,14 +90,14 @@ public class ExcelWriter extends ExcelBase<ExcelWriter> {
|
||||
// region Constructors
|
||||
|
||||
/**
|
||||
* 构造,默认生成xls格式的Excel文件<br>
|
||||
* 构造,默认生成xlsx格式的Excel文件<br>
|
||||
* 此构造不传入写出的Excel文件路径,只能调用{@link #flush(OutputStream)}方法写出到流<br>
|
||||
* 若写出到文件,还需调用{@link #setDestFile(File)}方法自定义写出的文件,然后调用{@link #flush()}方法写出到文件
|
||||
*
|
||||
* @since 3.2.1
|
||||
*/
|
||||
public ExcelWriter() {
|
||||
this(false);
|
||||
this(true);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user