Question

J'ai besoin de créer un gros fichier .csv avec plus de 200 000 lignes et 7 cols. Cela échoue:

a = randn(200000,7) ; xlswrite('hugedata.csv', a) ;

??? Error using ==> xlswrite at 211 Excel returned: Error: Object returned error code: 0x800A03EC.

a = randn (4,3); xlswrite ('Huledata.csv', a); % fonctionne parfaitement bien.

Commentaires? Veuillez suggérer un autre code si disponible. Merci.

Pas de solution correcte

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top