Victor Tsui
Victor Tsui
> > **Describe the bug** When opening an excel file, columns with no data in first row are ignored.  > > **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. . I don't know how to check the background color, it looks like black. The theme is Amethyst Dark.