-
I was looking at the latest release and thus far I am unable to override the formula parser used in the spreadsheet. My use case: I want to limit the functions that can be used and alter the behavior …
-
当添加一个Name,设置RefersToFormula为
`_xlfn.LAMBDA(_xlpm.x,_xlpm.x^3)`
会报错:
```
Specified named range '_xlpm.x' does not exist in the current workbook.
```
参考:
Excel uses _xlfn. for formulas and _x…
-
I'm working on an IV example that was previously working in [**linearmodels**](https://bashtage.github.io/linearmodels/) but doesn't solve in **pyfixest**. It's possible that I've just misunderstood t…
-
- https://github.com/Chevrotain/chevrotain#where-used
-
HI Hello:
When i perform sheet.setAutoFilter(new CellRangeAddress(0, 0, 0,10)); on my excel it fails with the following in native mode:
"exception": {
"refId": 1,
"exceptionTy…
-
Hello, just to let you know that `v0.7.8` -> `v0.8.0` is a breaking change for us as it removes `getComputedValue`, but I don't see it mentioned in the release notes (just a reference to `getBindingsF…
-
I think there is a discrepancy in the output of rhs:
1. formula "y~x" -> `rhs = "x+1"`
2. formula "y~x-1" -> `rhs = "x"`
3. formula "y~x+0" -> `rhs = "x"`
I would have expected to get `rhs = …
-
Similar to JSON logic, the data should get separated from the operations. This ensures that we do not call the getter two times if for example, calculating with it.
`derivative(data(cursors(a,b), c…
-
Using Apache Hop
I try to parse a Date using the Formula Transform in a Pipeline.
My Formula looks like this:
`PARSEDATE([date],"yyyyMMddHHmmss")`
On running the Pipeline I get the following erro…
-
I have successfully build & installed [chemicalfun](https://bitbucket.org/gems4/chemicalfun/src/master/) git version but there is a **weird issue**
`cmake .. -DPYTHON_EXECUTABLE=/data/data/com.ter…