// 创建工作表Workbook workbook= new XSSFWorkbook();// 创建工作簿Sheet sheet = workbook.createSheet();// 设置默认宽度sheet.setDefaultColumnWidth(20);