Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Multiple format of text in a single cell
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  7 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
moss8299  
View profile  
 More options Jan 4 2010, 5:02 am
From: moss8299 <phko...@gmail.com>
Date: Mon, 4 Jan 2010 02:02:48 -0800 (PST)
Local: Mon, Jan 4 2010 5:02 am
Subject: Multiple format of text in a single cell
To anyone out there who has the solution,

  I have a need to highlight some text in a cell by making them bold
but I'm not sure how to. I've looked at the tutorials and
documentation and couldn't find a solution. So I was wondering if it
is possible to do so?

  I would appreciate if someone could help me out here. It would
really make my day more special.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Gabriel Lima de Oliveira  
View profile  
 More options Jan 4 2010, 9:03 pm
From: Gabriel Lima de Oliveira <ciber...@gmail.com>
Date: Tue, 5 Jan 2010 00:03:12 -0200
Local: Mon, Jan 4 2010 9:03 pm
Subject: Re: [pyxl] Multiple format of text in a single cell

I don't know for sure, but think it maybe has a relation with labels, and
formatting that cell.
Take a look at there.
I have never experienced this wonder.
Hope I said all right.

Thks


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Chris Withers  
View profile  
 More options Jan 5 2010, 3:34 am
From: Chris Withers <ch...@simplistix.co.uk>
Date: Tue, 05 Jan 2010 08:34:31 +0000
Local: Tues, Jan 5 2010 3:34 am
Subject: Re: [pyxl] Multiple format of text in a single cell

moss8299 wrote:
>   I have a need to highlight some text in a cell by making them bold
> but I'm not sure how to. I've looked at the tutorials and
> documentation and couldn't find a solution. So I was wondering if it
> is possible to do so?

Formatting the contents of a cell is easy enough.

Having multiple formats within a single cell is not something that's
been implemented. This has been discussed before on this list, search
the archives.

It would be great to have this feature, but someone would need to come
up with the code or stump up the cash to get it done for them.

cheers,

Chris

--
Simplistix - Content Management, Batch Processing & Python Consulting
             - http://www.simplistix.co.uk


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
moss8299  
View profile  
 More options Jan 6 2010, 3:01 am
From: moss8299 <phko...@gmail.com>
Date: Wed, 6 Jan 2010 00:01:30 -0800 (PST)
Local: Wed, Jan 6 2010 3:01 am
Subject: Re: Multiple format of text in a single cell
Hi Chris,

  I've dug around the archive and stumbled upon a discussion back in
March started by Rob, in one of the replies, Rob mentioned that he got
it working by implementing "Rich Text".

  I'm not quite sure how he did it, but after reading through open
office's Excel File Format, I still couldn't figure out how it can be
done. Would really appreciate if you could shed some light on this.

  Thank you in anticipation.

On Jan 5, 4:34 pm, Chris Withers <ch...@simplistix.co.uk> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
moss8299  
View profile  
 More options Jan 6 2010, 5:17 am
From: moss8299 <phko...@gmail.com>
Date: Wed, 6 Jan 2010 02:17:27 -0800 (PST)
Local: Wed, Jan 6 2010 5:17 am
Subject: Re: Multiple format of text in a single cell
Another thing that I was hoping to do was to do post processing via
win32com.

something like 'c.GetCharacters(1,5).Font.ColorIndex = 3'. That was
until when I discovered that I need win32.client which is not present
in my linux Python 2.4 - I know, it's old, but somehow my company is
sticking to it for reasons beyond me.

So, right now, I think i'm going the win32 way, is it possible to get
it for Linux?

Thanks.

On Jan 6, 4:01 pm, moss8299 <phko...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Chris Withers  
View profile  
 More options Jan 6 2010, 6:48 am
From: Chris Withers <ch...@simplistix.co.uk>
Date: Wed, 06 Jan 2010 11:48:14 +0000
Local: Wed, Jan 6 2010 6:48 am
Subject: Re: [pyxl] Re: Multiple format of text in a single cell

moss8299 wrote:
> So, right now, I think i'm going the win32 way, is it possible to get
> it for Linux?

No, win32com, as it's name implies, only runs on win32.
While there is Mono that I seem to remember is com-like on Linux, I'm
pretty sure you won't see MS releasing Excel on Linux any time soon.

I'd postulate that changing the formatting you want to do is going to be
a lot easier than trying to get a Windows VM AND Excel AND Python on
Windows talking to is via COM AND a process for communicating with that
Python from the Linux host OS reliably...

Of course, you or anyone else is more than welcome to stump up either a
patch or cash to have the patch written that will implement this in
xlrd/xlwt/xlutils. Sadly, I seem to remember it being a far-from-small
task :-(

Chris

--
Simplistix - Content Management, Batch Processing & Python Consulting
            - http://www.simplistix.co.uk


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
John Machin  
View profile  
 More options Jan 6 2010, 7:45 am
From: John Machin <sjmac...@lexicon.net>
Date: Wed, 06 Jan 2010 23:45:20 +1100
Local: Wed, Jan 6 2010 7:45 am
Subject: Re: [pyxl] Re: Multiple format of text in a single cell
On 6/01/2010 10:48 PM, Chris Withers wrote:

See my message entitled "Rich text (was etc etc)" a few minutes ago.
Please reply to that message if necessary, not this one.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »