ok scusate ho scritto in inglese in quanto mi sono confuso
Ho un documento word in formato 2007 che contiente documenti excel .
Succede che se apro suddetto documento con libreoffice e vado in modifica degli oggetti excel incorporato, una volta terminato la modifica, si ha una sorta di effetto zoom sul foglio collegato rendendo lo stesso inutilizzabile
va be ho aperto una segnalazione su
https://bugs.documentfoundation.org//show_bug.cgi?id=103277
id = 103277
Il file che ho allegato e’ un esempio di un modello piu’ articolato che serve ai revisori dei conti presso l’ente ove lavoro, ma mi sa che ripiegheranno su office 2010
che tristezza ;(
ok riporto una possibile soluzione:
Ho chattato su http://webchat.freenode.net/?channels=libreoffice-qa con utente a nick <@buovjaga>
riporto la stessa (e’ in inglese e meno scuso)
pare avere trovato una soluzione ricostruendo il file docx (che non e’ altro un file zippato (?) ossia se fate con un decompressore ad es. 7zip, tasto destro–> estrai crea delle cartelle con ulteriori file.
il file di esempio che ho passato l’ho chiamato Doc_20_21.docx e non e’ che un sunto del file originale in quanto in fase di debug non penso che un programmatore si mette a scorrere decine di pagine del documento. Il file ricostruito da buovjaga in formato odt funziona correttamente
Riporto la chat:
<@buovjaga> dangr: so I did it like this: 1) I unzipped the Doc_20_21.docx so it extracted to a folder Doc_20_21
[12:15] <@buovjaga> 2) Then I went into that folder Doc_20_21, and inside it to the folder “word” and inside that the folder “embeddings”
[12:16] <@buovjaga> 3) There were two files. Foglio_di_lavoro_di_Microsoft_Excel1.xlsx is the first sheet in the document. Foglio_di_lavoro_di_Microsoft_Excel_97-20031.xls is the last
[12:16] <@buovjaga> 4) I opened them and saved them as .ODS files
[12:16] <@buovjaga> 5) I opened Doc_20_21.docx, deleted the OLE objects, saved as .ODT
[12:17] <@buovjaga> 6) Then I did Insert - Object - OLE Object in the right position for each spreadsheet
[12:17] <@buovjaga> 7) I positioned them correctly and right-click - Anchor - As character
[12:17] <@buovjaga> done
[12:18] <@buovjaga> so: it is very useful to remember the .docx (and opendocument) files are simply .zip files
[12:18] <@buovjaga> you can solve a lot of problems when you remember this
[12:18] buovjaga: great I not know that docx file are zip files … great