1

Is it possible to add borders to an excel range automatically by using datanitro? i.e. something like:

>>> CellRange("A1:A5").upper_border= True
hichris123
  • 10,145
  • 15
  • 56
  • 70
CafeDude
  • 41
  • 2

1 Answers1

1

You can't do it directly, but there are two workarounds:

Ben Lerner
  • 1,318
  • 9
  • 12
  • Brilliant - that's good enough. Solution is probably to define a few cells in the worksheet with the desired format, then use those as the template for other cells. Thanks! – CafeDude May 04 '15 at 09:39