drop local hyper link from excel

This commit is contained in:
Pavel 2024-09-19 10:49:05 +03:00
parent 736893b2aa
commit a8bfd290eb

@ -247,7 +247,7 @@ func handleImage(file *excelize.File, sheet, cell, content string, count, row in
}
descriptionsStr := strings.Join(descriptions, "\n")
linkText := fmt.Sprintf("%s\n Перейти в приложение", descriptionsStr)
linkText := fmt.Sprintf("%s\n Перейти в приложение %s!A%d", descriptionsStr, mediaSheet, mediaRow)
if err := file.SetCellValue(sheet, cell, linkText); err != nil {
fmt.Println(err.Error())