Skip to content

Commit

Permalink
added .xlsx output
Browse files Browse the repository at this point in the history
Added ability to download results as .xlsx spreadsheets. Added notice to header comment, license, and readme, that two functions derive from stack overflow code and are under the CC BY-SA 3.0 license. Reduced the number of global variables. Spreadsheet generation now occurs after download link is clicked.
  • Loading branch information
slugrustle committed Apr 8, 2018
1 parent 2e595d0 commit 9686e18
Show file tree
Hide file tree
Showing 3 changed files with 861 additions and 269 deletions.
8 changes: 4 additions & 4 deletions LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@

high_voltage_divider.html contains the function download_csv(),
which comes from a Stack Overflow post
high_voltage_divider.html contains the functions download_csv() and
download_xlsx(), both of which come from a Stack Overflow post
https://stackoverflow.com/a/33542499
by user Ludovic Feltz (on 2015-11-5), edited by user Smi (on 2016-08-12).
I retrieved this code on 2018-03-31 and changed it slightly.
Stack Overflow code is distributed under the CC BY-SA 3.0 license:
https://creativecommons.org/licenses/by-sa/3.0/
The remainder of high_voltage_divider.html is under the CC0 1.0 Universal
Public Domain Dedication (reproduced below), as is the entirety of
Public Domain Dedication (reproduced below), as is the entirety of
high_voltage_divider.svg.

Creative Commons Legal Code
Expand Down Expand Up @@ -130,4 +130,4 @@ express Statement of Purpose.
Work.
d. Affirmer understands and acknowledges that Creative Commons is not a
party to this document and has no duty or obligation with respect to
this CC0 or use of the Work.
this CC0 or use of the Work.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ Ben Tesch - [slugrustle](https://github.com/slugrustle)

## License

high\_voltage\_divider.html contains the function download_csv()
which is modified from [this Stack Overflow post](https://stackoverflow.com/a/33542499)
and is therefore distributed under the
high\_voltage\_divider.html contains the functions download_csv() and download_xlsx(),
which are modified from [this Stack Overflow post](https://stackoverflow.com/a/33542499)
and are therefore distributed under the
[CC BY-SA 3.0 license](https://creativecommons.org/licenses/by-sa/3.0/).

The remainder of the high\_voltage\_divider project is distributed under the
Expand Down
Loading

0 comments on commit 9686e18

Please sign in to comment.