Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added writeToCsv: withColumnNames: withRowNames: #286

Merged
merged 1 commit into from
Apr 24, 2024

Conversation

Joshua-Dias-Barreto
Copy link
Collaborator

Fixed #284.

I added three new methods:

  • writeToCsv: withColumnNames: withRowNames:
  • writeToCsv: withColumnNames:
  • writeToCsv: withRowNames:

Also changed the implementation of writeToCsv

writeToCsv: aFileReference
    self writeToCsv: aFileReference withColumnNames: true withRowNames: true

Also added tests for the methods.

@jordanmontt
Copy link
Collaborator

LGTM

@olekscode olekscode merged commit 6caf913 into PolyMathOrg:master Apr 24, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Write to CSV without saving the column index
3 participants