~pythonxy/pythonxy-upstream/xlsxwriter

« back to all changes in this revision

Viewing changes to examples/diagonal_border.py

  • Committer: John McNamara
  • Date: 2019-02-09 17:31:06 UTC
  • Revision ID: git-v1:277a292d77578983d73d902d247816e4496e7375
Updated copyright year.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
# A simple formatting example that demonstrates how to add diagonal cell
4
4
# borders with XlsxWriter.
5
5
#
6
 
# Copyright 2013-2018, John McNamara, jmcnamara@cpan.org
 
6
# Copyright 2013-2019, John McNamara, jmcnamara@cpan.org
7
7
#
8
8
import xlsxwriter
9
9