{"id":2268,"date":"2024-10-17T17:07:57","date_gmt":"2024-10-17T17:07:57","guid":{"rendered":"http:\/\/localhost:10003\/?p=2268"},"modified":"2025-08-04T13:55:31","modified_gmt":"2025-08-04T13:55:31","slug":"version-1-2-mise-a-jour-des-cahiers-dexercices-pour-net-partie-i","status":"publish","type":"post","link":"https:\/\/xceed.com\/fr\/blog\/tutorials\/version-1-2-update-in-workbooks-for-net-part-i\/","title":{"rendered":"Mise \u00e0 jour de la version 1.2 dans les classeurs pour .NET - Partie I"},"content":{"rendered":"<p>En savoir plus sur&nbsp;<a href=\"http:\/\/xceed.com\/en\/our-products\/product\/workbooks-for-net\" target=\"_blank\" rel=\"noreferrer noopener\">Xeed Workbooks pour .NET<\/a><\/p>\n\n\n\n<p>La version 1.2 de Workbooks for .NET a \u00e9t\u00e9 publi\u00e9e r\u00e9cemment, et elle s'accompagne de nouvelles fonctions permettant de personnaliser nos documents xlsx. Nous en examinerons quelques-unes dans cet article et dans les suivants.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Ins\u00e9rer une feuille de calcul<\/h2>\n\n\n\n<p>Dans notre premier article, nous avons vu comment ajouter une feuille de calcul \u00e0 notre document \u00e0 l'aide de la fonction&nbsp;<em>Ajouter()<\/em>&nbsp;sur la m\u00e9thode&nbsp;<em>Collection de feuilles de travail<\/em>. Cela nous permettait d'ajouter une feuille de travail, mais seulement \u00e0 la fin des feuilles de travail existantes. Dans la version 1.2, nous avons ajout\u00e9 la fonction&nbsp;<em>Ins\u00e9rer()<\/em>&nbsp;pour permettre aux utilisateurs de sp\u00e9cifier l'endroit o\u00f9 ils souhaitent ajouter la nouvelle feuille de calcul.<\/p>\n\n\n\n<p><code data-no-translation=\"\">Available overloads:<\/code><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code data-no-translation=\"\">Insert(Int32,String) : the destination index and the name of the new Worksheet<\/code><\/li>\n\n\n\n<li><code data-no-translation=\"\">Insert(String,String) : the name of the Worksheet that is currently located where the new Worksheet will be placed, and the name of the new Worksheet<\/code><\/li>\n\n\n\n<li><code data-no-translation=\"\">Insert(Worksheet,String) : the Worksheet that is currently located where the new Worksheet will be placed, and the name of the new Worksheet<\/code><\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code data-no-translation=\"\">\/\/ Inserting a new Worksheet\nusing( var document = Workbook.Load( \"testDoc.xlsx\" ));\n{\n\t\/\/ Start: \"Sheet1\", \"Sheet2\", \"Sheet3\"\n\n\t\/\/ Inserting at a specific index\n\tdocument.Worksheets.Insert(2, \"NewSheet1\");\n\t\/\/ Result: \"Sheet1\", \"Sheet2\", \"NewSheet1\", \"Sheet3\"\n\n\t\/\/ Inserting at the location of a specific Worksheet (by name)\n\tdocument.Worksheets.Insert(\"Sheet2\", \"NewSheet2\");\n\t\/\/ Result: \"Sheet1\", \"NewSheet2\", \"Sheet2\", \"NewSheet1\", \"Sheet3\"\n\n\t\/\/ Inserting at the location of a specific Worksheet (by object)\n\tvar position = document.Worksheets&#91; 2 ];\n\tdocument.Worksheets.Insert(position, \"NewSheet3\");\n\t\/\/ Result: \"Sheet1\", \"NewSheet2\", \"NewSheet3\", \"Sheet2\", \"NewSheet1\", \"Sheet3\"\n\n\t\/\/ save the modifications\n\tdocument.Save();\n}\n<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Insertion de lignes<\/h2>\n\n\n\n<p>Les lignes peuvent \u00eatre ins\u00e9r\u00e9es \u00e0 l'aide de la touche&nbsp;<em>InsertRows()<\/em>&nbsp;disponible sur le site&nbsp;<em>Feuille de travail<\/em>&nbsp;classe.<\/p>\n\n\n\n<p>Le&nbsp;<em>InsertRows()<\/em>&nbsp;a les param\u00e8tres suivants :<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code data-no-translation=\"\">rowId: the id of the Row that is currently located where the new Rows will be inserted<\/code><\/li>\n\n\n\n<li><code data-no-translation=\"\">count: the number of Rows that will be inserted, 1 by default<\/code><\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code data-no-translation=\"\">\/\/ Inserting rows\nusing( var document = Workbook.Load( \"testDoc.xlsx\" ));\n{\n\tvar firstSheet = document.Worksheets&#91; 0 ];\n\n\t\/\/ Insert 5 rows at the top of the worksheet\n\tfirstSheet.InsertRows(0, 5);\n\n\t\/\/ save the modifications\n\tdocument.Save();\n}\n<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Insertion de colonnes<\/h2>\n\n\n\n<p>Les colonnes peuvent \u00eatre ins\u00e9r\u00e9es \u00e0 l'aide de la fonction&nbsp;<em>InsertColumns()<\/em>&nbsp;disponible sur le site&nbsp;<em>Feuille de travail<\/em>&nbsp;classe.<\/p>\n\n\n\n<p>Le&nbsp;<em>InsertColumns()<\/em>&nbsp;a les param\u00e8tres suivants :<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code data-no-translation=\"\">columnId: the id of the Column that is currently located where the new Columns will be inserted<\/code><\/li>\n\n\n\n<li><code data-no-translation=\"\">count: the number or Columns that will be inserted, 1 by default<\/code><\/li>\n<\/ul>\n\n\n\n<p>La m\u00e9thode InsertColumns() poss\u00e8de deux surcharges, toutes deux avec les m\u00eames noms de param\u00e8tres, mais l'une utilise un entier pour columnId afin de sp\u00e9cifier l'identifiant de la colonne par son index, et l'autre utilise une cha\u00eene pour sp\u00e9cifier l'identifiant de la colonne par sa lettre (par exemple, l'identifiant 0 est le m\u00eame que l'identifiant \"A\").<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code data-no-translation=\"\">\/\/ Inserting columns\nusing( var document = Workbook.Load( \"testDoc.xlsx\" ));\n{\n\tvar firstSheet = document.Worksheets&#91; 0 ];\n\n\t\/\/ Insert 3 columns at the left of the worksheet using the number index\n\tfirstSheet.InsertColumns(0, 3);\n\n\t\/\/ Insert another 2 columns at the left of the worksheet using the letter index this time\n\tfirstSheet.InsertColumns(\"A\", 2);\n\n\t\/\/ save the modifications\n\tdocument.Save();\n}\n<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Suppression de lignes<\/h2>\n\n\n\n<p>Les lignes peuvent \u00eatre supprim\u00e9es \u00e0 l'aide de la touche&nbsp;<em>DeleteRows()<\/em>&nbsp;disponible sur le site&nbsp;<em>Feuille de travail<\/em>&nbsp;classe.<\/p>\n\n\n\n<p>Le&nbsp;<em>DeleteRows()<\/em>&nbsp;a les param\u00e8tres suivants :<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code data-no-translation=\"\">rowId: the id of the Row that is currently located where the deletion will start<\/code><\/li>\n\n\n\n<li><code data-no-translation=\"\">count: the number of Rows that will be deleted, 1 by default<\/code><\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code data-no-translation=\"\">\/\/ Deleting rows\nusing( var document = Workbook.Load( \"testDoc.xlsx\" ));\n{\n\tvar firstSheet = document.Worksheets&#91; 0 ];\n\n\t\/\/ Delete the top 5 rows\n\tfirstSheet.DeleteRows(0, 5);\n\n\t\/\/ save the modifications\n\tdocument.Save();\n}\n<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Suppression de colonnes<\/h2>\n\n\n\n<p>Les colonnes peuvent \u00eatre supprim\u00e9es \u00e0 l'aide de la fonction&nbsp;<em>DeleteColumns()<\/em>&nbsp;disponible sur le site&nbsp;<em>Feuille de travail<\/em>&nbsp;classe.<\/p>\n\n\n\n<p>Le&nbsp;<em>DeleteColumns()<\/em>&nbsp;a les param\u00e8tres suivants :<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code data-no-translation=\"\">columnId: the id of the Column that is currently located where the deletion will start<\/code><\/li>\n\n\n\n<li><code data-no-translation=\"\">count: the number or Columns that will be deleted, 1 by default<\/code><\/li>\n<\/ul>\n\n\n\n<p>La m\u00e9thode DeleteColumns() poss\u00e8de deux surcharges, toutes deux avec les m\u00eames noms de param\u00e8tres, mais l'une utilise un entier pour columnId afin de sp\u00e9cifier l'identifiant de la colonne par son index, et l'autre utilise une cha\u00eene pour sp\u00e9cifier l'identifiant de la colonne par sa lettre (par exemple, l'identifiant 0 est le m\u00eame que l'identifiant \"A\").<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code data-no-translation=\"\">\/\/ Deleting columns\nusing( var document = Workbook.Load( \"testDoc.xlsx\" ));\n{\n\tvar firstSheet = document.Worksheets&#91; 0 ];\n\n\t\/\/ Delete the 3 left-most columns using the number index\n\tfirstSheet.DeleteColumns(0, 3);\n\n\t\/\/ Delete another 2 columns at the left using the letter index this time\n\tfirstSheet.DeleteColumns(\"A\", 2);\n\n\t\/\/ save the modifications\n\tdocument.Save();\n}\n<\/code><\/pre>\n\n\n\n<p>Plus d'informations dans la deuxi\u00e8me partie, restez \u00e0 l'\u00e9coute !<\/p>\n\n\n\n<p>Pour plus d'informations, veuillez vous r\u00e9f\u00e9rer \u00e0 la&nbsp;<a href=\"https:\/\/doc.xceed.com\/xceed-workbooks-for-net\/webframe.html#topic1.html\" target=\"_blank\" rel=\"noreferrer noopener\">la documentation<\/a>.<\/p>","protected":false},"excerpt":{"rendered":"<p>La version 1.2 de Workbooks for .NET a \u00e9t\u00e9 publi\u00e9e r\u00e9cemment, et elle s'accompagne de nouvelles fonctions permettant de personnaliser nos documents xlsx. Nous en examinerons quelques-unes dans cet article et dans les suivants.<\/p>","protected":false},"author":2,"featured_media":2235,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[141,60],"tags":[],"class_list":["post-2268","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-all","category-tutorials"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Version 1.2 Update in Workbooks for .NET - Part I - Xceed<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/xceed.com\/fr\/blog\/tutoriels\/version-1-2-mise-a-jour-des-cahiers-dexercices-pour-net-partie-i\/\" \/>\n<meta property=\"og:locale\" content=\"fr_CA\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Version 1.2 Update in Workbooks for .NET - Part I - Xceed\" \/>\n<meta property=\"og:description\" content=\"Version 1.2 of Workbooks for .NET was released recently, and with it comes new things we can do to customize our xlsx documents. We will go over some of them over this and the next few articles.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/xceed.com\/fr\/blog\/tutoriels\/version-1-2-mise-a-jour-des-cahiers-dexercices-pour-net-partie-i\/\" \/>\n<meta property=\"og:site_name\" content=\"Xceed\" \/>\n<meta property=\"article:published_time\" content=\"2024-10-17T17:07:57+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-08-04T13:55:31+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/xceed.com\/wp-content\/uploads\/2024\/10\/blog_WBN.png\" \/>\n\t<meta property=\"og:image:width\" content=\"393\" \/>\n\t<meta property=\"og:image:height\" content=\"392\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Alain Jreij\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Alain Jreij\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/xceed.com\\\/blog\\\/tutorials\\\/version-1-2-update-in-workbooks-for-net-part-i\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/xceed.com\\\/blog\\\/tutorials\\\/version-1-2-update-in-workbooks-for-net-part-i\\\/\"},\"author\":{\"name\":\"Alain Jreij\",\"@id\":\"https:\\\/\\\/xceed.com\\\/fr\\\/#\\\/schema\\\/person\\\/2d9169e6fd8ae4a8f58a9e1cc9a73778\"},\"headline\":\"Version 1.2 Update in Workbooks for .NET &#8211; Part I\",\"datePublished\":\"2024-10-17T17:07:57+00:00\",\"dateModified\":\"2025-08-04T13:55:31+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/xceed.com\\\/blog\\\/tutorials\\\/version-1-2-update-in-workbooks-for-net-part-i\\\/\"},\"wordCount\":351,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/xceed.com\\\/fr\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/xceed.com\\\/blog\\\/tutorials\\\/version-1-2-update-in-workbooks-for-net-part-i\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/xceed.com\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/blog_WBN.png\",\"articleSection\":[\"All\",\"Tutorials\"],\"inLanguage\":\"fr-CA\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/xceed.com\\\/blog\\\/tutorials\\\/version-1-2-update-in-workbooks-for-net-part-i\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/xceed.com\\\/blog\\\/tutorials\\\/version-1-2-update-in-workbooks-for-net-part-i\\\/\",\"url\":\"https:\\\/\\\/xceed.com\\\/blog\\\/tutorials\\\/version-1-2-update-in-workbooks-for-net-part-i\\\/\",\"name\":\"Version 1.2 Update in Workbooks for .NET - Part I - Xceed\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/xceed.com\\\/fr\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/xceed.com\\\/blog\\\/tutorials\\\/version-1-2-update-in-workbooks-for-net-part-i\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/xceed.com\\\/blog\\\/tutorials\\\/version-1-2-update-in-workbooks-for-net-part-i\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/xceed.com\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/blog_WBN.png\",\"datePublished\":\"2024-10-17T17:07:57+00:00\",\"dateModified\":\"2025-08-04T13:55:31+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/xceed.com\\\/blog\\\/tutorials\\\/version-1-2-update-in-workbooks-for-net-part-i\\\/#breadcrumb\"},\"inLanguage\":\"fr-CA\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/xceed.com\\\/blog\\\/tutorials\\\/version-1-2-update-in-workbooks-for-net-part-i\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-CA\",\"@id\":\"https:\\\/\\\/xceed.com\\\/blog\\\/tutorials\\\/version-1-2-update-in-workbooks-for-net-part-i\\\/#primaryimage\",\"url\":\"https:\\\/\\\/xceed.com\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/blog_WBN.png\",\"contentUrl\":\"https:\\\/\\\/xceed.com\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/blog_WBN.png\",\"width\":393,\"height\":392},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/xceed.com\\\/blog\\\/tutorials\\\/version-1-2-update-in-workbooks-for-net-part-i\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/xceed.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Version 1.2 Update in Workbooks for .NET &#8211; Part I\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/xceed.com\\\/fr\\\/#website\",\"url\":\"https:\\\/\\\/xceed.com\\\/fr\\\/\",\"name\":\"Xceed\",\"description\":\"Provides tools for .NET, Windows Forms, WPF, Silverlight, and ASP.NET developers to create better applications.\",\"publisher\":{\"@id\":\"https:\\\/\\\/xceed.com\\\/fr\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/xceed.com\\\/fr\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-CA\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/xceed.com\\\/fr\\\/#organization\",\"name\":\"Xceed\",\"url\":\"https:\\\/\\\/xceed.com\\\/fr\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-CA\",\"@id\":\"https:\\\/\\\/xceed.com\\\/fr\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/xceed.com\\\/wp-content\\\/uploads\\\/2024\\\/04\\\/cropped-xceed-logo.png\",\"contentUrl\":\"https:\\\/\\\/xceed.com\\\/wp-content\\\/uploads\\\/2024\\\/04\\\/cropped-xceed-logo.png\",\"width\":609,\"height\":150,\"caption\":\"Xceed\"},\"image\":{\"@id\":\"https:\\\/\\\/xceed.com\\\/fr\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/xceed.com\\\/fr\\\/#\\\/schema\\\/person\\\/2d9169e6fd8ae4a8f58a9e1cc9a73778\",\"name\":\"Alain Jreij\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-CA\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/87ff2d1efbe1a868809d8d554724877b76941f668176489a42238d867ab8bf06?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/87ff2d1efbe1a868809d8d554724877b76941f668176489a42238d867ab8bf06?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/87ff2d1efbe1a868809d8d554724877b76941f668176489a42238d867ab8bf06?s=96&d=mm&r=g\",\"caption\":\"Alain Jreij\"},\"url\":\"https:\\\/\\\/xceed.com\\\/fr\\\/blog\\\/author\\\/jreijaxceed-com\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Mise \u00e0 jour de la version 1.2 dans les classeurs pour .NET - Partie I - Xceed","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/xceed.com\/fr\/blog\/tutoriels\/version-1-2-mise-a-jour-des-cahiers-dexercices-pour-net-partie-i\/","og_locale":"fr_CA","og_type":"article","og_title":"Version 1.2 Update in Workbooks for .NET - Part I - Xceed","og_description":"Version 1.2 of Workbooks for .NET was released recently, and with it comes new things we can do to customize our xlsx documents. We will go over some of them over this and the next few articles.","og_url":"https:\/\/xceed.com\/fr\/blog\/tutoriels\/version-1-2-mise-a-jour-des-cahiers-dexercices-pour-net-partie-i\/","og_site_name":"Xceed","article_published_time":"2024-10-17T17:07:57+00:00","article_modified_time":"2025-08-04T13:55:31+00:00","og_image":[{"width":393,"height":392,"url":"https:\/\/xceed.com\/wp-content\/uploads\/2024\/10\/blog_WBN.png","type":"image\/png"}],"author":"Alain Jreij","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Alain Jreij","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/xceed.com\/blog\/tutorials\/version-1-2-update-in-workbooks-for-net-part-i\/#article","isPartOf":{"@id":"https:\/\/xceed.com\/blog\/tutorials\/version-1-2-update-in-workbooks-for-net-part-i\/"},"author":{"name":"Alain Jreij","@id":"https:\/\/xceed.com\/fr\/#\/schema\/person\/2d9169e6fd8ae4a8f58a9e1cc9a73778"},"headline":"Version 1.2 Update in Workbooks for .NET &#8211; Part I","datePublished":"2024-10-17T17:07:57+00:00","dateModified":"2025-08-04T13:55:31+00:00","mainEntityOfPage":{"@id":"https:\/\/xceed.com\/blog\/tutorials\/version-1-2-update-in-workbooks-for-net-part-i\/"},"wordCount":351,"commentCount":0,"publisher":{"@id":"https:\/\/xceed.com\/fr\/#organization"},"image":{"@id":"https:\/\/xceed.com\/blog\/tutorials\/version-1-2-update-in-workbooks-for-net-part-i\/#primaryimage"},"thumbnailUrl":"https:\/\/xceed.com\/wp-content\/uploads\/2024\/10\/blog_WBN.png","articleSection":["All","Tutorials"],"inLanguage":"fr-CA","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/xceed.com\/blog\/tutorials\/version-1-2-update-in-workbooks-for-net-part-i\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/xceed.com\/blog\/tutorials\/version-1-2-update-in-workbooks-for-net-part-i\/","url":"https:\/\/xceed.com\/blog\/tutorials\/version-1-2-update-in-workbooks-for-net-part-i\/","name":"Mise \u00e0 jour de la version 1.2 dans les classeurs pour .NET - Partie I - Xceed","isPartOf":{"@id":"https:\/\/xceed.com\/fr\/#website"},"primaryImageOfPage":{"@id":"https:\/\/xceed.com\/blog\/tutorials\/version-1-2-update-in-workbooks-for-net-part-i\/#primaryimage"},"image":{"@id":"https:\/\/xceed.com\/blog\/tutorials\/version-1-2-update-in-workbooks-for-net-part-i\/#primaryimage"},"thumbnailUrl":"https:\/\/xceed.com\/wp-content\/uploads\/2024\/10\/blog_WBN.png","datePublished":"2024-10-17T17:07:57+00:00","dateModified":"2025-08-04T13:55:31+00:00","breadcrumb":{"@id":"https:\/\/xceed.com\/blog\/tutorials\/version-1-2-update-in-workbooks-for-net-part-i\/#breadcrumb"},"inLanguage":"fr-CA","potentialAction":[{"@type":"ReadAction","target":["https:\/\/xceed.com\/blog\/tutorials\/version-1-2-update-in-workbooks-for-net-part-i\/"]}]},{"@type":"ImageObject","inLanguage":"fr-CA","@id":"https:\/\/xceed.com\/blog\/tutorials\/version-1-2-update-in-workbooks-for-net-part-i\/#primaryimage","url":"https:\/\/xceed.com\/wp-content\/uploads\/2024\/10\/blog_WBN.png","contentUrl":"https:\/\/xceed.com\/wp-content\/uploads\/2024\/10\/blog_WBN.png","width":393,"height":392},{"@type":"BreadcrumbList","@id":"https:\/\/xceed.com\/blog\/tutorials\/version-1-2-update-in-workbooks-for-net-part-i\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/xceed.com\/"},{"@type":"ListItem","position":2,"name":"Version 1.2 Update in Workbooks for .NET &#8211; Part I"}]},{"@type":"WebSite","@id":"https:\/\/xceed.com\/fr\/#website","url":"https:\/\/xceed.com\/fr\/","name":"Xceed","description":"Fournit des outils aux d\u00e9veloppeurs .NET, Windows Forms, WPF, Silverlight et ASP.NET pour cr\u00e9er de meilleures applications.","publisher":{"@id":"https:\/\/xceed.com\/fr\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/xceed.com\/fr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-CA"},{"@type":"Organization","@id":"https:\/\/xceed.com\/fr\/#organization","name":"Xceed","url":"https:\/\/xceed.com\/fr\/","logo":{"@type":"ImageObject","inLanguage":"fr-CA","@id":"https:\/\/xceed.com\/fr\/#\/schema\/logo\/image\/","url":"https:\/\/xceed.com\/wp-content\/uploads\/2024\/04\/cropped-xceed-logo.png","contentUrl":"https:\/\/xceed.com\/wp-content\/uploads\/2024\/04\/cropped-xceed-logo.png","width":609,"height":150,"caption":"Xceed"},"image":{"@id":"https:\/\/xceed.com\/fr\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/xceed.com\/fr\/#\/schema\/person\/2d9169e6fd8ae4a8f58a9e1cc9a73778","name":"Alain Jreij","image":{"@type":"ImageObject","inLanguage":"fr-CA","@id":"https:\/\/secure.gravatar.com\/avatar\/87ff2d1efbe1a868809d8d554724877b76941f668176489a42238d867ab8bf06?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/87ff2d1efbe1a868809d8d554724877b76941f668176489a42238d867ab8bf06?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/87ff2d1efbe1a868809d8d554724877b76941f668176489a42238d867ab8bf06?s=96&d=mm&r=g","caption":"Alain Jreij"},"url":"https:\/\/xceed.com\/fr\/blog\/author\/jreijaxceed-com\/"}]}},"_links":{"self":[{"href":"https:\/\/xceed.com\/fr\/wp-json\/wp\/v2\/posts\/2268","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/xceed.com\/fr\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/xceed.com\/fr\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/xceed.com\/fr\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/xceed.com\/fr\/wp-json\/wp\/v2\/comments?post=2268"}],"version-history":[{"count":0,"href":"https:\/\/xceed.com\/fr\/wp-json\/wp\/v2\/posts\/2268\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/xceed.com\/fr\/wp-json\/wp\/v2\/media\/2235"}],"wp:attachment":[{"href":"https:\/\/xceed.com\/fr\/wp-json\/wp\/v2\/media?parent=2268"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/xceed.com\/fr\/wp-json\/wp\/v2\/categories?post=2268"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/xceed.com\/fr\/wp-json\/wp\/v2\/tags?post=2268"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}