Python Forum
How to make a 3D List of Excel Spreadsheets?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to make a 3D List of Excel Spreadsheets?
#2
So you want a list of spreadsheets?
data[sheet][row][column]?

Sheet 0    Sheet 1    Sheet 2
1, 2, 3,   9, 8, 7,   a, b, c,
4, 5, 6,   6, 5, 4,   d, e, f,
7, 8, 9    3, 2, 1    g, h, i
data[0][2][2] == 9
data[1][0][0] == 9
data[2][1][1] == e
Reply


Messages In This Thread
RE: How to make a 3D List of Excel Spreadsheets? - by deanhystad - Jan-23-2021, 11:04 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Combining Spreadsheets Py3_14 4 668 Feb-07-2024, 04:58 PM
Last Post: deanhystad
  Search Excel File with a list of values huzzug 4 1,313 Nov-03-2023, 05:35 PM
Last Post: huzzug
  trouble reading string/module from excel as a list popular_dog 0 457 Oct-04-2023, 01:07 PM
Last Post: popular_dog
  Why do I have to repeat items in list slices in order to make this work? Pythonica 7 1,429 May-22-2023, 10:39 PM
Last Post: ICanIBB
  help me to make my password list in python >>> Oktay34riza 0 603 Dec-23-2022, 12:38 PM
Last Post: Oktay34riza
  list from excel devilonline 4 1,423 Jun-22-2022, 11:00 PM
Last Post: devilonline
  Compare two Excel sheets with Python and list diffenrences dmkfon 1 14,782 Oct-09-2021, 03:30 PM
Last Post: Larz60+
  Merging spreadsheets with the same columns and extracting rows with matching entries johnbernard 3 10,920 Aug-19-2021, 03:08 PM
Last Post: johnbernard
  Make Groups with the List Elements quest 2 2,020 Jul-11-2021, 09:58 AM
Last Post: perfringo
  Undo interation to make a single list? DustinKlent 2 2,225 Nov-29-2020, 03:41 AM
Last Post: DustinKlent

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020