我正在为c#寻找一个getopt库.到目前为止,我发现了一些(phpguru,XGetOptCS,getoptfordotnet),但这些看起来更像未完成的尝试,只支持C的getopt的一部分.是否有完整的getopt c#实现?
我有这样的Excel电子表格
id | data for id | more data for id id | data for id id | data for id | more data for id | even more data for id id | data for id | more data for id id | data for id id | data for id | more data for id
现在我想通过交替行的背景颜色来对一个id的数据进行分组
var color = white for each row if the first cell is not empty and color is white set color to green …