Skip to content

Commit

Permalink
Merge pull request #3168 from ControlSystemStudio/Databrowser_spreads…
Browse files Browse the repository at this point in the history
…heet_export

Update PlainExportJob.java
  • Loading branch information
kasemir authored Oct 17, 2024
2 parents 5baf621 + dd7c832 commit 64d7db5
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,7 @@ protected void printExportInfo(final PrintStream out)
{
super.printExportInfo(out);
out.println(comment + "Format : " + formatter.toString());
out.println(comment);
out.println(comment + "Data is in TAB-delimited columns, for import into e.g. Excel.");
out.println(comment + "The 'Time' column contains values like '2018-02-04 21:58:47.065'.");
out.println(comment + "In your spreadsheet program, a custom column format like");
out.println(comment + " 'yyyy-mm-d h:mm:ss.000'");
out.println(comment + "might be required to show the full timestamp detail.");
out.println(comment + "Spreadsheet: TAB-delimited import and format time as yyyy-mm-d h:mm:ss.000");
out.println();
}

Expand Down

0 comments on commit 64d7db5

Please sign in to comment.