Victor Tsui

Results 6 comments of Victor Tsui

> > **Describe the bug** When opening an excel file, columns with no data in first row are ignored. ![image](https://user-images.githubusercontent.com/15948937/157253499-e0fe55a1-99ea-47af-938d-422c913c58ad.png) > > **To Reproduce** `dfd.readExcel(remote_url, ).then(df => { df.print() });...

Finally, I found that if the columns contain the keyword`index`, the `print` method will make mistake, and even the `loc` method will have problem. If there is no `index` in...

Thank you! It works well with it. But I still wondering 1) if there is a way to edit some config file to build the xll file automaticly in Rider....

Finally I found that the project builded without error, but the xll file didn't work. Maybe there's still something wrong with Rider. The content of the file UDF.dna is: ```...

> It looks like the `` should also be fixed. > > Then the function must be static for it to be recognized by Excel-DNA. > Top-level code in a...

It still happens on v3. ![image](https://user-images.githubusercontent.com/33289453/82008226-ad04e600-969e-11ea-9b2d-29a0db97dfcb.png). I don't know how to check the background color, it looks like black. The theme is Amethyst Dark.