Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Read nothing from the sample? #6

Closed
xpbliss opened this issue Sep 13, 2016 · 1 comment
Closed

Read nothing from the sample? #6

xpbliss opened this issue Sep 13, 2016 · 1 comment

Comments

@xpbliss
Copy link

xpbliss commented Sep 13, 2016

package main

import (
    "fmt"
    "github.com/Luxurioust/excelize"
)

func main() {
    xlsx, err := excelize.OpenFile("/home/Workbook.xlsx")
    if err != nil {
        fmt.Println(err)
    }
    cell := xlsx.GetCellValue("Sheet2", "D11")
    fmt.Println(cell)
}

@xuri
Copy link
Member

xuri commented Oct 17, 2016

Sorry, I'm not sure this is a problem. Please make sure the path of the XLSX file is correct in your code.

@xuri xuri closed this as completed Oct 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants