|
@@ -12,6 +12,7 @@ import (
|
|
|
|
|
|
func RefreshMeetingProbabilities(cont context.Context) (err error) {
|
|
|
templatePath := "/home/code/python/meeting_probabilities/file/%s.xlsx"
|
|
|
+ //templatePath := "/Users/xi/Desktop/%s.xlsx"
|
|
|
templatePath = fmt.Sprintf(templatePath, time.Now().Format(utils.FormatDate))
|
|
|
fmt.Println(templatePath)
|
|
|
f, tmpErr := excelize.OpenFile(templatePath)
|