[Bug 165590] Parse Markdown formatted tables pasted into Calc spreadsheets or Writer tables

2025-09-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=165590

m_a_riosv  changed:

   What|Removed |Added

 CC||[email protected]

--- Comment #7 from m_a_riosv  ---
*** Bug 168300 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 165590] Parse Markdown formatted tables pasted into Calc spreadsheets or Writer tables

2025-08-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=165590

--- Comment #6 from Commit Notification 
 ---
Ujjawal Kumar committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/aeedb45f8f18290b7fee882874a4afb589f212e4

tdf#165590 Parse Markdown tables into Calc

It will be available in 26.2.0.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 165590] Parse Markdown formatted tables pasted into Calc spreadsheets or Writer tables

2025-08-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=165590

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:26.2.0

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 165590] Parse Markdown formatted tables pasted into Calc spreadsheets or Writer tables

2025-07-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=165590

Roman Kuznetsov <[email protected]> changed:

   What|Removed |Added

 Status|NEW |ASSIGNED

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 165590] Parse Markdown formatted tables pasted into Calc spreadsheets or Writer tables

2025-07-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=165590

Roman Kuznetsov <[email protected]> changed:

   What|Removed |Added

 Resolution|DUPLICATE   |---
 Blocks|102593, 103100, 109236  |167521
 Status|RESOLVED|NEW
 Ever confirmed|0   |1

--- Comment #5 from Roman Kuznetsov <[email protected]> ---
https://gerrit.libreoffice.org/c/core/+/188528


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=102593
[Bug 102593] [META] Paste bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=103100
[Bug 103100] [META] Writer table bugs
https://bugs.documentfoundation.org/show_bug.cgi?id=109236
[Bug 109236] [META] CSV import bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=167521
[Bug 167521] [META] Markdown import and export problems
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 165590] Parse Markdown formatted tables pasted into Calc spreadsheets or Writer tables

2025-03-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=165590

--- Comment #4 from Buovjaga  ---
(In reply to Jeff Fortin Tam from comment #3)
> Hmm, I understand how you'd consider it part of "import Markdown" in
> general, but that's a much wider scope than just supporting Markdown tables
> "at least in Calc" (closer to the existing CSV importer code) to begin with…
> my ticket was more specific than the other one, which was mostly imagining
> Writer-like usecases without even considering Calc.
> 
> I was also focusing on the "paste from clipboard" scenario, not "open a
> Markdown document", so I don't know if it all goes through the same
> codepaths?

Why would we consider Markdown tables in Calc separately? It would be extremely
niche. If we add support via a library, it will be much easier to implement for
Calc as well.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 165590] Parse Markdown formatted tables pasted into Calc spreadsheets or Writer tables

2025-03-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=165590

--- Comment #3 from Jeff Fortin Tam  ---
Hmm, I understand how you'd consider it part of "import Markdown" in general,
but that's a much wider scope than just supporting Markdown tables "at least in
Calc" (closer to the existing CSV importer code) to begin with… my ticket was
more specific than the other one, which was mostly imagining Writer-like
usecases without even considering Calc.

I was also focusing on the "paste from clipboard" scenario, not "open a
Markdown document", so I don't know if it all goes through the same codepaths?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 165590] Parse Markdown formatted tables pasted into Calc spreadsheets or Writer tables

2025-03-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=165590

--- Comment #1 from Jeff Fortin Tam  ---
Note that while the separator row is a requirement in Markdown's syntax, the
separator row characters don't necessarily need to go edge-to-edge with the
column separators, i.e. this syntax is also valid Markdown:

| Sales   | Europe | Asia | Africa | Atlantis |
| --- | -- |  | -- |  |
| Apples  | 434| 545  || 6656 |
| Bananas | 5  |  | 33 | 7657 |
| Oranges | 677| 535  | 3  | 4390 |

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 165590] Parse Markdown formatted tables pasted into Calc spreadsheets or Writer tables

2025-03-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=165590

Buovjaga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||ilmari.lauhakangas@libreoff
   ||ice.org
 Resolution|--- |DUPLICATE

--- Comment #2 from Buovjaga  ---
There is bug 162153 for Markdown import. If https://github.com/mity/md4c were
to be used, "With the flag MD_FLAG_TABLES, GitHub-style tables are supported"

https://wiki.documentfoundation.org/Development/GSoC/Ideas#Import_Markdown_files_into_LibreOffice_Writer

*** This bug has been marked as a duplicate of bug 162153 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 165590] Parse Markdown formatted tables pasted into Calc spreadsheets or Writer tables

2025-03-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=165590

Jeff Fortin Tam  changed:

   What|Removed |Added

 Blocks||102593, 109236, 103100


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=102593
[Bug 102593] [META] Paste bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=103100
[Bug 103100] [META] Writer table bugs
https://bugs.documentfoundation.org/show_bug.cgi?id=109236
[Bug 109236] [META] CSV import bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.