excelworkbookset_row_height本页总览set_row_height 设置指定行高 声明 enum ExcelErrorCode set_row_height(float size, int row) 参数 参数名描述size指定行高row指定行号 返回值 返回ExcelErrorCode 使用方式 // 设置第7行的高度为100mixed excel_error_code5 = excel_obj.set_row_height(100, 7);excel_obj.save(); 返回文档