zhangjunjiang

Results 4 issues of zhangjunjiang

Hello I'm using shiny and DT to make a small app for my workmate. Here is the problem I meet. I have a datatframe to show by DT, which contain...

hello I want to use "excelR" to directly show some picture in the table. my image is stored in my computer. here is my code: ``` data

It's quite convenient to use this tool in shiny app This is a simple bug I meet, but I think it's also very important😁😁 I have a table output like...

bug

I can see we can change style for several cells by ``` style = list(A1='background-color:orange; color:green;', B1='background-color:orange; color:green;') excelTable(data=data, columns = columns, style = style) ``` I have a question...