Difference between revisions of "LibreOffice Tips and Tricks"

From Free Knowledge Base- The DUCK Project: information for everyone
Jump to: navigation, search
m (Calc: Text Wrap in a Cell)
Line 13: Line 13:
 
# Check the "Wrap text automatically" check box
 
# Check the "Wrap text automatically" check box
  
 +
By default the Vertical alignment will stick to the bottom.
  
 
[[Category:Computer Technology]]
 
[[Category:Computer Technology]]
 
[[Category:Desktop Software]]
 
[[Category:Desktop Software]]
 
[[Category:Software]]
 
[[Category:Software]]

Revision as of 20:05, 18 January 2018

Calc: Date Format and Partial Entry

If you highlight the column and press CNTL-1 a dialog with options appears. Make sure the language is set to English.

When using Excel, a partial date entry such as MM-DD ie: 1-25 will automatically result in conversion to the configured format, for example MM/DD/YYYY or 1/25/2018. This does not occur by default in Calc because Calc doesn't recognize the dash as a date separator. This was not a problem in older versions (3.5x and earlier). Here's the fix: On the top menu click ( Tools -> Options -> Language Settings -> Languages ) and add two additional patterns to the field labeled "Date acceptance patterns:" so that the full contents of the field are as follows:

M/D/Y;M/D;M-D-Y;M-D

Apparently some smug little programmer decided that it was just plain wrong for folks to be using dashes in their date, so he removed it from the standard patterns. There have been multiple complaints and bug reports so it will likely be corrected in future versions.

Tip: CTRL + ; will automatically enter the current date in the active cell.

Calc: Text Wrap in a Cell

  1. When in the desired cell right click and choose "Format Cells"
  2. In the Format Cells dialog click on the "Alignment" tab
  3. Check the "Wrap text automatically" check box

By default the Vertical alignment will stick to the bottom.