Question

excel sheet writer

  • 26 January 2016
  • 7 replies
  • 10 views

Badge +6

How can i manipulate a Excel spreadsheet when i want to write exactly 500 features each sheet?

Greetz

Franco


7 replies

Badge +14

A little maths should sort you out. The attached creates a unique id for each feature, then using the floor function puts every feature into a group of 500 features. You then use that attribute group id as part of your sheet name so that you can fanout sheets by groups of 500.

Hope that helps, Dave

assigngroupsof500.fmw

Badge +6

Thanx Dave!

Badge +6

One Question again...

I want to insert a fixed line (with fixed attrbs) on first line on first sheet under the column row

but only on the first sheet!

like this

how can I do this?

Greetz

Franco

Badge +14

One Question again...

I want to insert a fixed line (with fixed attrbs) on first line on first sheet under the column row

but only on the first sheet!

like this

how can I do this?

Greetz

Franco

So, 501 records is allowable on Sheet1 or must it be 500 including the fixed record?

Badge +14

One Question again...

I want to insert a fixed line (with fixed attrbs) on first line on first sheet under the column row

but only on the first sheet!

like this

how can I do this?

Greetz

Franco

You could do it like this, Creators allow you to send the feature before the main flow. If this doesn't work you could perhaps sort the features.

assigngroupsof500.fmw

Badge +6

i have a column line also.....(component, Nominal Diameter,....)

 

so now i have 501 on each sheet

 

and i needed it on 501 incl. new line

 

Greetz

Franco

Badge +6

thanx dave ids start at 1 and the insert line id is 0

 

 

Great

Greetz

 

Franco

Reply