skip to main
|
skip to sidebar
Tips, Tricks and Tools
... and Thoughts
Home
All Posts
Firefox Extensions
JavaScript Compiler and Encoder
Bulk Player for YouTube
Misc Tools
Support
Tuesday, December 28, 2010
Enter multiple paragraphs in a cell of the Google Docs' spreadsheet
You cannot simply press the
Enter
button to insert a line break into the cell in the Google Doc's spreadsheet. That would finish the editing of the cell and the next cell would be focused. Instead, you need to press
Alt-Enter
or
Ctrl-Enter
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Best of TopTip.ca
BEST TIP
BEST TOOL
Web Image Slideshow
Get it from Google Play
Products
Internet Explorer Extension
Bulk Player Mate for YouTube
Chrome Extensions
Image Viewer
Bulk Player Mate for YouTube
more ...
Thunderbird Extension
Autohide Tabbar
Online Tools
Bulk Player for YouTube
Unit Converter
ASCII <--> EBCDIC Converter
Others
No Captioning
MD5 in Java
Random Posts Widget for Blogger
Share Buttons Bar
Support
Popular Posts
Adding a CA to the trust store for Eclipse
If a Eclipse plugin uses a self-signed updating web site, you may encounter the authentication failure error when updating the plugin. The...
Windows 11: Pin a "bat" shortcut to Start
1. Right click on the xx.bat file and copy. 2. Right click on the destination fold and select "Show more options" -> "Past...
Tomcat: 403 access denied on manager
Problem: 403 Access Denied on Tomcat manager page: http://localhost/manager/html Solution: 1. Go to /path/to/tomcat/webapp/manager/META-IN...
Mockito error: You cannot use argument matchers outside of verification or stubbing
There may be many reasons can cause this error. But in this case, this error was wrongly spit out when I wrote: when(myObject.myMethod(any...
Google Docs - spreadsheet - insert chart on another sheet (updated)
To insert a chart for your spreadsheet data, you can highlight the wanted cells and select menu Insert|Chart. The new chart will be put som...
Linux: Convert a file with UTF-16 encoding to ASCII encoding
We use command iconv to convert the file's encoding. iconv -f UTF-16 -t ASCII input.txt -o output.txt We can append string //TRANSLI...
Allow Microsoft Edge to visit self-signed HTTPS websites | Resolve certificate error issues | Microsoft Edge
If the website is using a self-signed certificate or an invalid certificate, Microsoft Edge shows an error page. Unlike Firefox or Google Ch...
Add a new Event Source and create Event Logs on Windows
Open a PowerShell terminal. The New-EventLog command creates an Event Log MyLog and registers an Event Source "MyLogSource" to i...
Android programming: request permissions in Activity vs Fragment
In Activity: // check permission first if (ContextCompat. checkSelfPermission ( this , Manifest.permission. WRITE_EXTERNAL_STOR...
Linux: SETGID on directory
SETGID stands for SET Group ID. We can use the command chmod to set the group ID bit for a directory. chmod g+s mydir or with numeri...
Random Posts
Random Posts Widget
Followers
Subscribe To
Posts
Atom
Posts
Comments
Atom
Comments
Total Pageviews
Contact
zen (a.t) toptip.ca
>
Tweet
Get This
<
No comments:
Post a Comment