Bottom border not allowed to be None
Created originally on Bitbucket by vitkorob (Victor K)
Bottom border not allowed to be None. See line https://bitbucket.org/openpyxl/openpyxl/src/2.6/openpyxl/styles/borders.py?fileviewer=file-view-default#borders.py-79
In this code I want only the top border to be thin, and the rest as is. In 2.6.x an exception occurs.
thin_border = Border(top=Side(style='thin'), left=None, right=None, bottom=None, diagonal=None)