GithubHelp home page GithubHelp logo

Comments (2)

cxn03651 avatar cxn03651 commented on July 24, 2024

Hi,

On my pc, it looks work fine. generated files are attached.
ruby 2.1.1p76 ( perhaps lower version also work fine)
writeexcel 1.0.4
checked by Excel 2007, Excel:mac 2011

check your environment, please.

cxn03651

2014-03-19 1:14 GMT+09:00 Pablo Brasero [email protected]:

Take the following example:

require 'writeexcel'
io = File.open('gridlines-worksheets.xls', 'w')book = WriteExcel.new(io)s1 = book.add_worksheet('Foo')s2 = book.add_worksheet('Bar')s3 = book.add_worksheet('Baz')
s1.hide_gridlines(2)s2.hide_gridlines(2)s3.hide_gridlines(2)
book.close

The gridlines are only hidden in the first two worksheets. They remain
visible on the third worksheet, despite the call to hide_gridlines.
Result is similar when more worksheets are present: only the first two hide
their gridlines.

Reply to this email directly or view it on GitHubhttps://github.com//issues/36
.

from writeexcel.

pablobm avatar pablobm commented on July 24, 2024

You are correct. It seems the culprit is LibreOffice 4.0.6. I updated to 4.1.5 and the problem stopped. It also works correctly with Excel 365 and Google Docs.

Thank you for your response,

from writeexcel.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.