question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Writing bulk data to a range - Unnecessary Parameter

See original GitHub issue

ws.range("B2", "C3").value = [[1, 2], [3, 4]]

Desirable not to include “C3” unless it is intended to truncate the array range. Default should be paste entire xy array at initial cell.

Issue Analytics

  • State:open
  • Created 5 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
kevmo314commented, Apr 29, 2018

Because they are fundamentally different. PyExcelerate is not Excel nor VBA, you can’t shoot yourself in the foot and overwrite data in Excel because you can see the overwriting ocurring and undo it. PyExcelerate is completely opaque in comparison. I have proposed a solution above, if it does not work then we can investigate further, but “make PyExcelerate more like VBA” is not a reasonable feature request.

0reactions
flywirecommented, Apr 29, 2018

Ranges require an end parameter and I think it would be dangerous to allow the end parameter to be None.

Certainly not the case in excel or VBA so why would it be with PyExcelerate?

Read more comments on GitHub >

github_iconTop Results From Across the Web

BULK INSERT (Transact-SQL) - SQL Server - Microsoft Learn
Specifies the name of the table or view to bulk import data into. Only views in which all columns refer to the same...
Read more >
Tutorial: Bulk Processing with PL/SQL - Oracle Live SQL
Here's what I modified to convert to bulk processing: Declare a nested table type of department IDs, and declare a variable based on...
Read more >
SQL Performance Best Practices | CockroachDB Docs
Bulk -insert best practices. Use multi-row INSERT statements for bulk-inserts into existing tables. To bulk-insert data into an existing table, batch ...
Read more >
Bulk API | Elasticsearch Guide [8.5] | Elastic
(Optional, string) Name of the data stream, index, or index alias to perform bulk actions on. Query parametersedit. pipeline: (Optional, string) ID ...
Read more >
Data format parameters - Amazon Redshift
By default, the COPY command expects the source data to be character-delimited UTF-8 text. The default delimiter is a pipe character ( |...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found