sheetPHPP Input - simonschaluppe/peexcel GitHub Wiki
Um die Daten aus einem bereits befüllten PHPP-File zu exportieren und in das PEExcel zu importieren, sind einige vorbereitungen erforderlich:
- Das Beispiel PHPP "PHPPBeispiel_Vorlage20200424.xlsm" muss aus dem Repository heruntergeladen werden.
- Schritte im eigenen PHPP-File
- Das Blatt "Heizlast" muss kopiert und erneut eingefügt werden und als "Heizlastohne" bezeichnet werden.
- Der Blattschutz muss aufgehoben werden
- Die Normaußentemperaturen sowie die Normerdreichtemperaturen müssen eingetragen werden
- Die Solare Einstrahlung muss auf "0" gesetzt werden
- Die Inneren Wärmequellen müssen auf "0" gesetzt werden
- Schritte im Beispiel PHPP
- Das Blatt "PHPPout" muss aus dem PHPP Beispeil in das eigene PHPP Kopiert werden
- Die Namensgleichheit (öfter) bestätigen
- Schritte im eigenen PHPP
- Auf Zelle "B2" gehen und den Bezugsmappenteil "PHPPBeispiel_Vorlage20200424.xlsm" kopieren
- Alle Zellen im Blatt "PHPPout" markieren
- Auf "Suchen und Ersetzten" (strg+f) gehen und den kopieren Pfad in "suchen" einsetzen.
- Das Feld "Ersetzen" leer lassen -> Dadurch werden alle referenzen auf die aktuelle Arbeitsmappe verwiesen
- Zeile 1 bis 72 markieren und kopieren
- Die kopierten Zeilen im PEExcel im Blatt "PHPP Import" ab Zelle A1 mit "Inhalte einfügen" einfügen.
WICHTIG unbedingt über "Inhalte Einfügen" einfügen, da ansonsten nur die Formeln kopiert werden und die Werte verloren gehen
- Das PHPP wurde erfolgreich ins PEExcel übernommen! Bitte noch die Werte kontrolieren, ob diese auch korrekt übernommen wurden!
To export the data from an already filled PHPP file and import it into the PEExcel, some preparations are required:
- The sample PHPP "PHPPBeispiel_Vorlage20200424.xlsm" must be downloaded from the repository.
- Steps in your own PHPP file
- The sheet "Heating load" must be copied and pasted again and named as "Heizlastohne".
- The sheet protection must be removed
- The norm outdoor temperatures as well as the norm outdoor temperatures must be entered
- The solar radiation must be set to "0"
- The internal heat sources must be set to "0"
- Steps in the example PHPP
- The sheet "PHPPout" must be copied from the PHPP example into the own PHPP.
- Confirm the name equal (more often)
- Steps in your own PHPP
- Go to cell "B2" and copy the reference sheet "PHPPExample_Template20200424.xlsm
- Select all cells in the sheet "PHPPout
- Go to "Search and Replace" (ctrl+f) and paste the copy path in "search".
- Leave the field "Replace" empty -> This will refer all references to the current workbook
- Select line 1 to 72 and copy
- Paste the copied lines in PEExcel in the sheet "PHPP Import" starting from cell A1 with "Paste contents". IMPORTANT necessarily paste via "Paste Contents", otherwise only the formulas will be copied and the values will be lost.
- The PHPP was successfully transferred to PEExcel! Please still control the values, whether these were also taken over correctly!