mirror of
https://github.com/dataease/dataease.git
synced 2026-05-23 22:08:34 +08:00
refactor(图表): 图表导出权限控制优化
This commit is contained in:
@@ -296,6 +296,12 @@ public class ChartDataServer implements ChartDataApi {
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public void innerExportDataSetDetails(ChartExcelRequest request, HttpServletResponse response) throws Exception {
|
||||
this.innerExportDetails(request, response);
|
||||
}
|
||||
|
||||
|
||||
|
||||
public static void setExcelData(Sheet detailsSheet, CellStyle cellStyle, Object[] header, List<Object[]> details, ViewDetailField[] detailFields, Integer[] excelTypes) {
|
||||
boolean mergeHead = false;
|
||||
|
||||
Reference in New Issue
Block a user