|
@@ -38,7 +38,7 @@ class XlwtUtil(object):
|
|
'其他小程序', '其他']]
|
|
'其他小程序', '其他']]
|
|
|
|
|
|
dir_path = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
|
dir_path = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
|
- save_path = r'{}\elab_mvp\resources\report_data'.format(dir_path)
|
|
|
|
|
|
+ save_path = r'{}/elab_mvp/resources/report_data'.format(dir_path)
|
|
|
|
|
|
def __init__(self):
|
|
def __init__(self):
|
|
self.styleOK = xlwt.easyxf()
|
|
self.styleOK = xlwt.easyxf()
|