Excel color data (.CSV)

Top  Previous  Next

This function copies all the records of the active file in a new file. Only color data is transferred to the target.

 

The new file is a CSV standard file, it can be opened and  imported by several applications like spreadsheets and word processors.

This new file can also be opened with a standard text (ASCII) editor or handled in different operative systems (Linux, UNIX, Mac etc.).

 

This is an example of the CSV internal data structure:

 

CODE,CIE-L,CIE-A,CIE-B,X,Y,Z,LRV,R,G,B,HTML,C,M,Y,K

D00 MATISSE GOLD,86.37,9.09,47.66,69.45,68.73,29.11,69,255,208,125,#FFD07D,0.0,0.1856,0.5086,0.0

D01 FIRESIDE,82.81,13.69,55.96,64.59,61.81,20.38,62,255,194,99,#FFC263,0.0,0.2377,0.6110,0.0

D02 MARSH MARIGOLD,78.89,20.02,69.05,60.05,54.74,11.51,55,255,179,59,#FFB33B,0.0,0.2988,0.7696,0.0

D03 BRIGHT ORANGE,73.74,27.50,76.19,54.08,46.30,6.59,46,255,159,16,#FF9F10,0.0,0.3760,0.9357,0.0

D04 NATURAL WAX,93.22,1.10,19.38,79.89,83.47,65.61,83,253,234,198,#FDEAC6,0.0,0.0756,0.2143,0.0094

D05 RUNNYMEDE,91.61,2.54,25.92,77.13,79.83,55.35,80,255,228,182,#FFE4B6,0.0,0.1058,0.2870,0.0016

D06 FREESTONE,89.80,4.11,33.17,74.08,75.87,45.24,76,255,221,163,#FFDDA3,0.0,0.1327,0.3620,0.0

D07 SUMMER MELON,84.60,9.68,41.97,66.24,65.23,30.93,65,254,203,132,#FECB84,0.0,0.2019,0.4799,0.0045

D08 POMPEI ORANGE,80.51,13.59,50.52,60.28,57.59,21.18,58,251,188,105,#FBBC69,0.0,0.2488,0.5831,0.0166

D09 MALAGA,76.45,18.01,55.27,54.94,50.62,15.37,51,246,174,85,#F6AE55,0.0,0.2937,0.6572,0.0335

D10 BARCELONA,67.30,25.85,59.69,43.36,37.03,8.05,37,231,144,51,#E79033,0.0,0.3765,0.7768,0.0958

D11 PALE CHAMOIS,93.61,1.49,15.47,80.95,84.37,71.10,84,252,235,207,#FCEBCF,0.0,0.0683,0.1777,0.0125

D12 NICE PEACH,90.70,3.88,22.45,75.86,77.83,57.35,78,252,224,186,#FCE0BA,0.0,0.1104,0.2637,0.0106

D13 CARMELITE,86.88,6.98,29.60,69.49,69.76,43.92,70,251,211,162,#FBD3A2,0.0,0.1565,0.3538,0.0176

D14 AZTEC DAWN,80.94,12.02,37.28,60.40,58.36,29.80,58,245,191,132,#F5BF84,0.0,0.2192,0.4620,0.0400

D15 CURRY,77.67,15.57,43.87,56.06,52.65,22.15,53,243,180,111,#F3B46F,0.0,0.2615,0.5447,0.0468

D16 SUNDANCE,72.45,18.81,47.64,48.69,44.33,15.69,44,233,163,90,#E9A35A,0.0,0.3015,0.6138,0.0847

D17 CINNAMON,64.38,24.71,50.63,38.88,33.27,9.26,33,218,137,64,#DA8940,0.0,0.3709,0.7055,0.1444

D18 CAMISOLE SILK,94.04,1.06,16.37,81.68,85.36,70.90,85,253,236,207,#FDECCF,0.0,0.0665,0.1833,0.0083

D19 PEACH MALLOW,90.36,4.68,22.31,75.53,77.08,56.87,77,253,223,185,#FDDFB9,0.0,0.1175,0.2672,0.0092

D20 LIGHT MOON,87.94,7.07,24.62,71.67,71.94,50.28,72,251,214,174,#FBD6AE,0.0,0.1459,0.3061,0.0152

...

 

The purpose of this function is to make available to other applications color data. Another usual application is to process formula data for printing purposes.