Re: Calc Table Style Proof of Concept

2025-09-08 Thread Heiko Tietze
On 07.09.25 15:50, Markus Mohrhard wrote: As far as I know there is a GSOC project that will implement a new UI for table styles/autoformat. I would reuse that UI and just replace the existing autoformat feature. Not only the UI but also the file format has changed (or is being) from binary t

Re: Calc Table Style Proof of Concept

2025-09-07 Thread Regina Henschel
Hi Markus, Markus Mohrhard schrieb am 10.08.2025 um 22:55: [..} Additionally, I might fix the following database range related issues before merging if I continue with the current design: * the ability to change the database range name and automatically adapt all the formulas referencin

Re: Calc Table Style Proof of Concept

2025-09-07 Thread Regina Henschel
Hi Markus, Markus Mohrhard schrieb am 10.08.2025 um 22:55: Hey all, I have been playing a bit with an implementation for Calc table style support including OOXML support. I'm not too happy with some of my design decisions so wanted to see what other people think before I spend any more time

Re: Calc Table Style Proof of Concept

2025-09-07 Thread Markus Mohrhard
Hey Tomaž, On Wed, Aug 13, 2025 at 4:13 AM Tomaž Vajngerl wrote: > Hey Markus, > > On Sun, Aug 10, 2025 at 10:55 PM Markus Mohrhard > wrote: > > > > Hey all, > > > > I have been playing a bit with an implementation for Calc table style > support including OOXML support. I'm not too happy with s

Re: Calc Table Style Proof of Concept

2025-09-07 Thread Markus Mohrhard
Hey Kohei, On Thu, Aug 28, 2025 at 10:26 AM Kohei Yoshida wrote: > Hi Markus, > > Good to see you again after a long hiatus. :-) > Great to see you too. > On 8/10/25 16:55, Markus Mohrhard wrote: > > Attached are two screenshots showing a comparison between the MSO Excel > rendering of my tes

Re: Calc Table Style Proof of Concept

2025-08-27 Thread Kohei Yoshida
Hi Markus, Good to see you again after a long hiatus. :-) On 8/10/25 16:55, Markus Mohrhard wrote: Attached are two screenshots showing a comparison between the MSO Excel rendering of my test document and the current Calc rendering. I think the rendering looks decent, even without font handlin

Re: Calc Table Style Proof of Concept

2025-08-12 Thread Tomaž Vajngerl
Hey Markus, On Sun, Aug 10, 2025 at 10:55 PM Markus Mohrhard wrote: > > Hey all, > > I have been playing a bit with an implementation for Calc table style support > including OOXML support. I'm not too happy with some of my design decisions > so wanted to see what other people think before I sp

Calc Table Style Proof of Concept

2025-08-10 Thread Markus Mohrhard
Hey all, I have been playing a bit with an implementation for Calc table style support including OOXML support. I'm not too happy with some of my design decisions so wanted to see what other people think before I spend any more time on this. The code can be found in the branch feature/calc-table-