@@ -462,14 +462,17 @@ Again it is really simple. Let's verify what we have gotten:
462
462
463
463
>> > sheet = p.get_sheet(file_name = " trump_tariffs.csv" )
464
464
>> > 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
+
473
476
474
477
.. NOTE ::
475
478
@@ -490,13 +493,15 @@ Again let's verify what we have gotten:
490
493
>> > sheet = p.get_sheet(file_name = " trump_tariffs.xlsx" )
491
494
>> > sheet
492
495
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
+ + ---------------- + ------------------ -+ ---------------------------- +
500
505
501
506
502
507
Excel book merge and split operation in one line
0 commit comments