-
Hi When I try to open a workbook on one of my xls files I get the following error.
```rust
fn main() -> Result {
let mut workbook: Xls = open_workbook("bla.xls")?;
Ok(())
}
```
…
-
```
$ py -m canmatrix.cli.convert ./CAN_Matrix.dbc ./test.xlsx
ldf is not supported
xls is not supported
xlsx is not supported
INFO - convert - Importing ./CAN_Matrix.dbc ...
INFO - convert - d…
-
### Describe your problem
When parsing the xls file, it always stays at 0%.
![企业微信截图_1731314939928](https://github.com/user-attachments/assets/8845f14b-13e8-4f15-a244-8d3c5da3d178)
-
I have 3 forms.
![image](https://github.com/user-attachments/assets/47ed036b-d496-486e-8db0-fefbbf846170)
3 forms have same fields(firstname, lastname, email, telephon and request )
![image](https:…
-
**Describe the bug**
It seems that one can't currently index array w/ values deduced from proc parameters.
**To Reproduce**
```
proc matmul {
activations_in: chan[ROWS] in;
results_out: chan[…
-
Hi,
I'm encountering the following error while trying to open an xls file :
`called `Result::unwrap()` on an `Err` value: Len { expected: 4, found: 3, typ: "string" }`
Unfortunately I am unable…
Nic0w updated
2 weeks ago
-
The `DSLX_PATH` environment variable used to be the way to tell he language server what the base path is for finding import paths.
Let's assume the XLS checkout is in a subdirectory of my homedir: `/…
-
**Describe the bug**
Creating an array of channels and then using it in loop causes internal error.
**To Reproduce**
Steps to reproduce the behavior:
1. Write following code:
```rust
proc Foo {
i…
-
**Is your feature request related to a problem? Please describe.**
- Follow on from discussion in https://github.com/hotosm/osm-fieldwork/pull/312
**Describe the solution you'd like**
- We should m…
-
Supersedes #2243 since XLS support is missing
Anty0 updated
2 weeks ago