Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test/show diff for new cels #349

Open
wants to merge 58 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
6d9746b
Added three more cell types
tiagofischer Apr 30, 2015
c4d1ab2
Merge pull request #1 from ebanx/feature/improvements
Apr 30, 2015
8fc88c4
Changes in styles and add CSV option
vinivf May 29, 2015
dbee582
Merge pull request #2 from ebanx/feature/CSV-Report
vinivf May 29, 2015
8018a62
Changes in function WriteCSV
vinivf Jun 8, 2015
0f5f74c
Merge pull request #3 from ebanx/feature/Change-CSV-Report
vinivf Jun 8, 2015
7ed9a98
Add delimiter support for writeCSV
jonhkr Jan 19, 2016
64b3f34
Fix delimiter in writeCSV
vinivf Mar 15, 2016
d673cda
Merge pull request #4 from ebanx/hotfix/writeCSV-delimiter
vinivf Mar 15, 2016
81e854f
Create function to write single CSV line
vinivf May 24, 2016
c72c4af
Merge pull request #5 from ebanx/feature/new-csv-function
vinivf May 24, 2016
668bf86
Improve writeCsvLine
vinivf May 30, 2016
05cf642
Merge pull request #6 from ebanx/feature/improve-write-to-csv
vinivf May 30, 2016
653b8f2
Fix WriteCsvLine
vinivf May 30, 2016
7865be4
Merge pull request #7 from ebanx/hotfix/csvlive
vinivf May 30, 2016
5c651f6
Add Delimiter in Function
vinivf May 31, 2016
9762fb5
Change false to null
vinivf May 31, 2016
0c37308
Merge pull request #8 from ebanx/feature/add-delimiter-in-function
vinivf May 31, 2016
9813e05
Print subhead in reports
vinivf May 25, 2017
0fb65a0
Merge pull request #9 from ebanx/feature/print-subheader
vinivf May 25, 2017
6f01947
Fix subheader for CSV
vinivf May 25, 2017
9d05a6d
Merge pull request #10 from ebanx/feature/subheader-in-csv
vinivf May 25, 2017
1d6a457
[t:DCWIbRRX] upgraded phpunit and added first test case
nabilacoutinho Jul 4, 2019
7863686
Merge pull request #12 from ebanx/improvement/add-php-unit-test-cases
nabilacoutinho Jul 4, 2019
0b25c50
[t:DCWIbRRX] added travis integration
nabilacoutinho Jul 4, 2019
a1aa396
Merge pull request #13 from ebanx/add-travis-yml
killertux Jul 4, 2019
522453e
[t:DCWIbRRX] added properties to xlsx file
nabilacoutinho Jul 10, 2019
be08f71
Merge pull request #14 from ebanx/improvement/add-file-properties
nabilacoutinho Jul 11, 2019
450f8d0
[t:DCWIbRRX] added merged cells to writer
nabilacoutinho Jul 11, 2019
933e902
Merge pull request #15 from ebanx/improvement/add-merged-cells
jejung Jul 15, 2019
60efe0c
[t:DCWIbRRX] added freeze rows and cols
nabilacoutinho Jul 15, 2019
7d50f05
Merge pull request #16 from ebanx/improvement/add-frozen-rows-and-cols
nabilacoutinho Jul 15, 2019
7ed899f
[t:DCWIbRRX] added custom columns widths
nabilacoutinho Jul 16, 2019
2889abe
Merge pull request #17 from ebanx/improvement/add-cols-width
nabilacoutinho Jul 16, 2019
01590d6
[t:DCWIbRRX] added row options (height, collapsed and hidden)
nabilacoutinho Jul 17, 2019
c0ebc77
Merge pull request #18 from ebanx/improvement/add-row-options
nabilacoutinho Jul 19, 2019
9868fb3
[t:DCWIbRRX] added row borders
nabilacoutinho Jul 22, 2019
da8a76e
Merge pull request #19 from ebanx/improvement/add-row-options
daviboberg Jul 25, 2019
26d8a73
[t-C65jJpnq] Remove array and string offset access syntax with curly …
bonfante Mar 13, 2021
02504f3
Merge pull request #20 from ebanx/quality/removeCurlyBracesForOffsetA…
daviboberg Mar 15, 2021
9857934
[t-lTBFjwvE] Upgrade travis PHP to diaginose deprecated warnings
killertux Sep 6, 2022
c55c5c6
Merge pull request #21 from ebanx/feature/upgrade-travis
killertux Sep 14, 2022
3a40834
Revert "[t-lTBFjwvE] Upgrade travis PHP to diaginose deprecated warni…
killertux Sep 14, 2022
c99ba72
Revert "[t-C65jJpnq] Remove array and string offset access syntax wit…
killertux Sep 14, 2022
62b9adb
Revert "[t:DCWIbRRX] added row borders"
killertux Sep 14, 2022
a5b0b2c
Revert "[t:DCWIbRRX] added row options (height, collapsed and hidden)"
killertux Sep 14, 2022
7d029fc
Revert "[t:DCWIbRRX] added custom columns widths"
killertux Sep 14, 2022
30098ad
Revert "[t:DCWIbRRX] added freeze rows and cols"
killertux Sep 14, 2022
16a952a
Revert "[t:DCWIbRRX] added merged cells to writer"
killertux Sep 14, 2022
4d57f7e
Revert "[t:DCWIbRRX] added properties to xlsx file"
killertux Sep 14, 2022
cae48a7
Revert "[t:DCWIbRRX] added travis integration"
killertux Sep 14, 2022
78e7492
Revert "[t:DCWIbRRX] upgraded phpunit and added first test case"
killertux Sep 14, 2022
0ceed36
Add travis.yml
killertux Sep 14, 2022
1a550b9
Merge pull request #22 from ebanx/revert/revert-not-in-production-com…
killertux Sep 14, 2022
35a4b92
[t-lTBFjwvE] Update phpunit
killertux Sep 15, 2022
4181bca
Fix deprecated curly brackets acess
killertux Sep 15, 2022
acd4792
Merge pull request #23 from ebanx/update/update-php-unit
killertux Sep 15, 2022
d7438e3
Add new cell style
killertux Sep 25, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
dist: bionic
sudo: required

language: php

php:
- 7.4.28

install:
- composer validate --no-check-all --no-check-publish
- composer install

script: ./vendor/bin/phpunit testbench/xlsxwriter.class.Test.php

after_success:
- bash <(curl -s https://codecov.io/bash)

cache:
apt: true
directories:
- $TRAVIS_BUILD_DIR/vendor
- $HOME/.composer/cache
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"classmap": ["xlsxwriter.class.php"]
},
"require-dev": {
"phpunit/phpunit": "4.3.*"
"phpunit/phpunit": "^7.5"
}
}
Loading