Ellison
Ellison
Use the latest version and write the following code: `Parser.evaluate('in1["key"]', { in1: { key: 'value' } });` I expect the above code to output "value", but got `undefined` Can you...
错误堆栈信息:  ali-oss sdk version:  方法实现:  用到的是 head API,测试结果如下: objectName: `a.js` ==> UnknowError objectName: `studio/shanglu/61516/e1dfdb7043a211ecb2791baa67f6bc52/a.js` ==> work 预期的 NoSuchKey,上述方法返回 false
fixes #770
### 重现 yml: ``` ROSTemplateFormatVersion: '2015-09-01' Transform: 'Aliyun::Serverless-2018-04-03' Resources: temporary-domain: Type: 'Aliyun::Serverless::Service' Properties: Description: helloworld temporary-domain: Type: 'Aliyun::Serverless::Function' Properties: Handler: index.handler Runtime: nodejs8 CodeUri: ./ MemorySize: 768 Events: httpTriggerBindCustomDomain: Type:...

[file.csv](https://github.com/javascriptdata/danfojs/files/10344946/file.csv) ```typescript import { readCSV } from 'danfojs-node'; const ndf = await readCSV('/Users/ellison/Desktop/file.csv'); ndf.print(); ndf.loc({ rows: [1], columns: ['Variable 1'] }).print(); // error ``` 
@somanuell ``` const readSeveralValues = comActiveSheet.Range("A1:B2").Value.valueOf(); ``` The above code works for me. But in my scene, I want to get the cell content displayed on the screen. So my...