|
@@ -4,10 +4,10 @@ import (
|
|
|
// "fmt"
|
|
|
"strings"
|
|
|
"strconv"
|
|
|
- "github.com/tealeg/xlsx"
|
|
|
+ // "github.com/tealeg/xlsx"
|
|
|
)
|
|
|
|
|
|
-func ImportXLSX(filename string) []*PlanXLSX {
|
|
|
+func ImportXLSX(filename string) /*[]*PlanXLSX*/ {
|
|
|
// var (
|
|
|
// listOfPlans []*PlanXLSX
|
|
|
// )
|
|
@@ -113,7 +113,6 @@ func ImportXLSX(filename string) []*PlanXLSX {
|
|
|
// listOfPlans = append(listOfPlans, plan)
|
|
|
// }
|
|
|
// return listOfPlans
|
|
|
- return nil
|
|
|
}
|
|
|
|
|
|
func CreateXLSX(filename string) (*xlsx.File, string) {
|