标签: python openpyxl
我想按X轴在openpyxl中翻转图表(本来X轴从最大到最小排序。我想从最小到最大排序),但是
chart.x_axis.scaling.orientation = 'minMax'
不起作用,因为我的类别是日期时间。我无法更改原始数据。