mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2026-03-24 12:56:59 +00:00
[GH-ISSUE #4938] [FR] Copy-pasting spreadsheet cells into a grid page without needing to copy every cell one-by-one #2198
Labels
No labels
2024
2025
2026
acct mgmt
AI
automation
bug
calendar
ci
CJK
cloud
code-block
collaboration
copy-paste
database
data migration
data sync
deploy
desktop
develop
develop
documentation
duplicate
editor
editor-plugin
emoji
export
files
flutter-only
follow-up
formula
good first issue for devs
good first issue for experienced devs
grid
hacktoberfest
HACKTOBERFEST-ACCEPTED
help wanted
i18n
icons
images
importer
improvements
infra
install
integrations
IR
kanban board
login
look and joy
mentorship
mobile
mobile
needs design
new feature
new feature
non-coding
notes
notifications
onboarding
organization
P0+
permission
platform-linux
platform-mac
platform-windows
plugins
program
pull-request
Q1 25
Q1 26
Q2 24
Q2 25
Q3 24
Q3 25
Q4 24
Q4 25
react
regression
rust
rust
Rust-only
Rust-only
Rust-starter
Rust-starter
self-hosted
shortcuts
side panel
slash-menu
sync v2
table
tablet
task
tauri
templates
tests
themes
translation
v0.5.6
v0.5.8
v0.5.9
v0.6.0
v0.6.1
v0.6.4
v0.6.7
v0.6.8
v0.7.1
v0.7.4
v0.7.4
v0.7.5
v0.7.6
v0.7.7
v0.7.8
v0.8.0
v0.8.4
v0.8.5
v0.8.9
web
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
AppFlowy-IO/AppFlowy#2198
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Wonderien on GitHub (Mar 19, 2024).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/4938
Description
When I want to quickly copy and paste a bunch of cells from a spreadsheet, it pastes them all into 1 cell.
Instead of copying the data into the numerous various cells from the original spreadsheet.
Would save a ton of time if we could just copy and paste the cells into a grid on AppFlowy.
Impact
Makes work go faster.
Additional Context
No response
@rockerest commented on GitHub (Apr 17, 2025):
This would be a huge benefit to me.
I run AppFlowy-Cloud locally, and I've never been able to successfully import Notion into AppFlowy.
I've resorted to manually moving pages from Notion into AppFlowy, but it's unbelievably tedious that I can't copy an entire spreadsheet into a Grid. I'm not even trying to move from Notion any more, I've fully exported it to CSV, so it's very simplified data.
Unfortunately, copying even a single row from the CSV is just dumped into a single cell, so it's carpal tunnel-inducing work to copy every table cell-by-cell. This is true of either the raw CSV text or the "imported" CSV copied out of an Excel row.
(As an aside/separate issue: I should be able to multi-select the cells to paste into, and - even if importing a spreadsheet/CSV doesn't work - selecting multiple grid cells and then pasting should be a strong signal that the data should be split in some way. Only being able to select a single cell at a time is perhaps the root issue here, since there's no indicator that I'm about to paste in tabular data. Ultimately, I do think I should be able to paste copied spreadsheet rows or CSV text and AppFlowy is smart enough to expand it across a grid, but I should also be able to multi-select across cells, if only to copy the content out.)