8000 This is an auto-commit, updating project meta data, such as changelog… · pyexcel/pyexcel@fd99c8c · GitHub
[go: up one dir, main page]

Skip to content

Commit fd99c8c

Browse files
chfwgithub-actions[bot]
authored andcommitted
This is an auto-commit, updating project meta data, such as changelog.rst, contributors.rst
1 parent 62b70ab commit fd99c8c

File tree

2 files changed

+40
-30
lines changed

2 files changed

+40
-30
lines changed

README.rst

Lines changed: 20 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -462,14 +462,17 @@ Again it is really simple. Let's verify what we have gotten:
462462
463463
>>> sheet = p.get_sheet(file_name="trump_tariffs.csv")
464464
>>> sheet
465-
birth.csv:
466-
+-------+--------+----------+
467-
| name | weight | birth |
468-
+-------+--------+----------+
469-
| Adam | 3.4 | 03/02/15 |
470-
+-------+--------+----------+
471-
| Smith | 4.2 | 12/11/14 |
472-
+-------+--------+----------+
465+
trump_tariffs.csv:
466+
+----------------+-------------------+----------------------------+
467+
| Country | New US tariffs, % | Tariffs charged to the USA |
468+
+----------------+-------------------+----------------------------+
469+
| China | 34 | 67 |
470+
+----------------+-------------------+----------------------------+
471+
| EU | 20 | 39 |
472+
+----------------+-------------------+----------------------------+
473+
| United Kingdom | 10 | 10 |
474+
+----------------+-------------------+----------------------------+
475+
473476
474477
.. NOTE::
475478

@@ -490,13 +493,15 @@ Again let's verify what we have gotten:
490493
>>> sheet = p.get_sheet(file_name="trump_tariffs.xlsx")
491494
>>> sheet
492495
pyexcel_sheet1:
493-
+-------+--------+----------+
494-
| name | weight | birth |
495-
+-------+--------+----------+
496-
| Adam | 3.4 | 03/02/15 |
497-
+-------+--------+----------+
498-
| Smith | 4.2 | 12/11/14 |
499-
+-------+--------+----------+
496+
+----------------+-------------------+----------------------------+
497+
| Country | New US tariffs, % | Tariffs charged to the USA |
498+
+----------------+-------------------+----------------------------+
499+
| China | 34 | 67 |
500+
+----------------+-------------------+----------------------------+
501+
| EU | 20 | 39 |
502+
+----------------+-------------------+----------------------------+
503+
| United Kingdom | 10 | 10 |
504+
+----------------+-------------------+----------------------------+
500505
501506
502507
Excel book merge and split operation in one line

docs/source/quickstart.rst

Lines changed: 20 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -417,14 +417,17 @@ Again it is really simple. Let's verify what we have gotten:
417417
418418
>>> sheet = p.get_sheet(file_name="trump_tariffs.csv")
419419
>>> sheet
420-
birth.csv:
421-
+-------+--------+----------+
422-
| name | weight | birth |
423-
+-------+--------+----------+
424-
| Adam | 3.4 | 03/02/15 |
425-
+-------+--------+----------+
426-
| Smith | 4.2 | 12/11/14 |
427-
+-------+--------+----------+
420+
trump_tariffs.csv:
421+
+----------------+-------------------+----------------------------+
422+
| Country | New US tariffs, % | Tariffs charged to the USA |
423+
+----------------+-------------------+----------------------------+
424+
| China | 34 | 67 |
425+
+----------------+-------------------+----------------------------+
426+
| EU | 20 | 39 |
427+
+----------------+-------------------+----------------------------+
428+
| United Kingdom | 10 | 10 |
429+
+----------------+-------------------+----------------------------+
430+
428431
429432
.. NOTE::
430433

@@ -445,13 +448,15 @@ Again let's verify what we have gotten:
445448
>>> sheet = p.get_sheet(file_name="trump_tariffs.xlsx")
446449
>>> sheet
447450
pyexcel_sheet1:
448-
+-------+--------+----------+
449-
| name | weight | birth |
450-
+-------+--------+----------+
451-
| Adam | 3.4 | 03/02/15 |
452-
+-------+--------+----------+
453-
| Smith | 4.2 | 12/11/14 |
454-
+-------+--------+----------+
451+
+----------------+-------------------+----------------------------+
452+
| Country | New US tariffs, % | Tariffs charged to the USA |
453+
+----------------+-------------------+----------------------------+
454+
| China | 34 | 67 |
455+
+----------------+-------------------+----------------------------+
456+
| EU | 20 | 39 |
457+
+----------------+-------------------+----------------------------+
458+
| United Kingdom | 10 | 10 |
459+
+----------------+-------------------+----------------------------+
455460
456461
457462
Excel book merge and split operation in one line

0 commit comments

Comments
 (0)
0