Skip to content
#

data

Here are 6,654 public repositories matching this topic...

sheetjs
lwinsor
lwinsor commented May 25, 2020

Steps to produce the problem:

  1. From https://sheetjs.com/demo/table.html click [Export to XLS!]
  2. For comparison, export XLSX and XLSB too.
  3. Open the file in Excel 365. In Excel, click [Enable Editing].
  4. Ctrl-P to print. ** CRASH **
    OR
  5. From https://sheetjs.com/demo/table.html click [Export to XLS!]
  6. Open the file in Excel 2010. Excel title bar shows 'compatibility mode'.
thadguidry
thadguidry commented Sep 5, 2020

Pressing ENTER key has no effect on dialog for adding a new column containing entity identifers (from the Reconcile menu)

To Reproduce

Steps to reproduce the behavior:

  1. Reconcile a few cells in a column (already done, see attached OpenRefine project to import)
  2. On Species column, choose Reconcile -> Add entity identifiers column
  3. Type in a new column name into the input box and p
kellen
kellen commented Aug 26, 2020

When using e.g. AvroSortedBucketIO, if a file pattern is passed as part of the input path, scio should output a helpful error message. Current behavior in 0.9.3 leads to a NullPointerException.

val myEntityPaths: List[String] = List(
  "gs://bucket/dir1/*.avro",
  "gs://bucket/dir2/*.avro",
)
sc.sortMergeCoGroup(
  classOf[String],
  AvroSortedBucketIO
    .read(new TupleTag[MyE

Improve this page

Add a description, image, and links to the data topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the data topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.