A few thoughts on core data. If the core data is your own creation, you must be clear about where it came from and how you created it. If you are using someone else’s data, you must be clear about how and where you got it. The spreadsheet should clearly state the location of the data so that if someone is using your work, they can go back to that data source and get the same set of numbers you got. If they can’t do this, you have a credibility problem. You don’t want that.
Core data should (and usually does) exist as a data table. This is all about data tables, sometimes called tabular data. A data table is a set of rows and columns that are formally structured. Oh, and another thing. A data table is a set of instance of a thing. And that thing can be almost anything. But it has to be something. You should be able to clearly say “This data table is a listing of X”, and know what X is. This is surprisingly rare, and the reason aside from lack of hard thinking, is that a data table is frequently a messy combination of two different things, because the author did not know how to link together 2 well organized data tables into one report or analysis.