Christopher Woo

Results 7 comments of Christopher Woo

The "excelCopy.xlsx" file I used: [excelCopy.xlsx](https://github.com/tfussell/xlnt/files/4720872/excelCopy.xlsx)

My Environment: Windows 10 + VS 2015 + Excel 2016 + latest xlnt Refer to #120, maybe it's just a windows quirk.

@Plurax Where to put snippet? I put it in myrequest.http file and got: ``` eval: Symbol’s function definition is void: getAuthString ```

:blush: 成功编译。

“显示界面控件”页的尺子无响应,树状导航崩溃

### My configuration ```bash cat conf/registry/config.yml ``` ``` version: 0.1 storage: filesystem: rootdirectory: /registry delete: enabled: true http: addr: 0.0.0.0:5000 auth: token: #realm: http://localhost:8080/api/auth #service: localhost:5000 realm: http://ipaddress:8080/api/auth service: ipaddress:5000...

I see now how to get token (GET http://ipaddress:8080/api/auth), but still confuse how to use token in curl.