콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
2 답글
3938 화면

Hello,

How i can export directly from OpenERP 7 - xlsx fromat that having more cloumns no. that xls?

아바타
취소
베스트 답변

You would export as a CSV. Depending on what you are doing, you can select Export All Data, which will allow you to get the database_ids, name, etc. If you are import-exporting then you shoud use the import export to update the tables. But I needed to import 2000 Quotattion with 27000 lines, so I created the sales order csv with a combination of both. The key is to understanding the structure of the tabels. I use pgadminIII to view the tabels to understand what I am looking to export. I am moving 100,000 records from asystem that is 20 years old and mapping data in both directions. It works, but spend time testing to make sure you validate your csv on import.

I also would use LibreOffice since it will import the csv correctly. If you want to use excel, you should use the data import from text file, not open the csv directly, Excel will drop leading zeros without warning.

아바타
취소
베스트 답변

Have you tried CSV?  Excel can open CSV files.

아바타
취소