Spreadsheet -> Drawing, maximum rows

Post here for help on using FreeCAD's graphical user interface (GUI).
Forum rules
and Helpful information
IMPORTANT: Please click here and read this first, before asking for help

Also, be nice to others! Read the FreeCAD code of conduct!
Post Reply
SouthEng
Posts: 3
Joined: Wed Apr 26, 2017 5:52 am

Spreadsheet -> Drawing, maximum rows

Post by SouthEng »

Hello,
I have not posted here before as I can normally find an answer within the forum.
I am using the spreadsheet module to create a pinout table for a cable assembly.
The problem I encounter is when I exceed 9 rows... that is on the 10th row the drawing module no longer display's the table.
If I set
"Cell Start" to "A1"
"Cell End" to "D9"
All is good
Working.PNG
Working.PNG (32.3 KiB) Viewed 1855 times
If I set
"Cell Start" to "A1"
"Cell End" to D10"
The table is not longer displayed.
Not_Working.PNG
Not_Working.PNG (18.64 KiB) Viewed 1855 times
BOM.png
BOM.png (23.76 KiB) Viewed 1855 times
I have tried techDraw and Drawing modules and encounter the problem. Is there something I am doing wrong?

OS: Windows 10
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.17.10909 (Git)
Build type: Release
Branch: master
Hash: eb5c56b50297a03b275846c7bb064ad4aae094da
Python version: 2.7.8
Qt version: 4.8.7
Coin version: 4.0.0a
OCC version: 7.1.0
triplus
Veteran
Posts: 9471
Joined: Mon Dec 12, 2011 4:45 pm

Re: Spreadsheet -> Drawing, maximum rows

Post by triplus »

Hi @SouthEng.

I can confirm the issue. On FreeCAD 0.16 it is possible to insert:
"Cell Start" to "A1"
"Cell End" to D10"
FreeCAD development release on the other hand supports the value D9 as the maximum value. Both TechDraw and Drawing workbenches. In addition if any cell is empty i get:

Code: Select all

Error - Could not load Symbol into SVG renderer for Sheet
Therefore you should report the issue on the issue tracker.
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: Spreadsheet -> Drawing, maximum rows

Post by Kunda1 »

Please tag said ticket with the 'spreadsheet' tag. Thx!
Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
SouthEng
Posts: 3
Joined: Wed Apr 26, 2017 5:52 am

Re: Spreadsheet -> Drawing, maximum rows

Post by SouthEng »

Hello,
I have been away from my PC and have just got around to checking the post..
Thank you for taking a look I will have a look at the issue tracker and add it if I can.
SouthEng
Posts: 3
Joined: Wed Apr 26, 2017 5:52 am

Re: Spreadsheet -> Drawing, maximum rows

Post by SouthEng »

Issue created with the spreadsheet tag.
https://www.freecadweb.org/tracker/view.php?id=3010
Cheers
Last edited by SouthEng on Mon May 01, 2017 8:35 am, edited 1 time in total.
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: Spreadsheet -> Drawing, maximum rows

Post by Kunda1 »

Please add the link to the ticket in this thread and vice-a-versa. Thanks.
Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
Post Reply