Sort Score
Result 10 results
Languages All
Labels All
Results 8,881 - 8,890 of 30,792 for

worksheet

(0.16 sec)
  1. Graphique en PDF avec C++|Documentation

    Apprenez comment utiliser Aspose.Cells for C++ pour convertir un graphique en un document PDF. Notre guide montrera comment exporter un graphique depuis Microsoft Excel et le sauvegarder en tant que PDF pour une distribution et une archivage ultérieurs....Workbook workbook ; // Add a new worksheet to the workbook int sheetIndex...reference of the newly added worksheet by passing its index to WorksheetCollection...

    docs.aspose.com/cells/fr/cpp/chart-to-pdf/
  2. Node.js を使用した C++ 経由の PDF へのチャート作成|Documentation

    Aspose.Cells for Node.js via C++ を使用してチャートを PDF ドキュメントに変換する方法を学びます。このガイドでは、Microsoft Excel のチャートをエクスポートし、PDFとして保存して配布や保存に役立てる方法を示します。...Workbook (); // Adding a new worksheet to the Workbook const sheetIndex...reference of the newly added worksheet by passing its index to WorksheetCollection...

    docs.aspose.com/cells/ja/nodejs-cpp/chart-to-pdf/
  3. Ajouter un commentaire dans la feuille de calcu...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Workbook (); //Adding a new worksheet to the Workbook object int...int sheetIndex = workbook . Worksheets . Add (); //Obtaining the...

    docs.aspose.com/cells/fr/net/add-comment-in-wor...
  4. C++でのグラフの外観設定|Documentation

    Aspose.Cells for C++でグラフの外観を設定する方法を学びます。レイアウト、色、フォント、エフェクトのカスタマイズ方法を紹介し、望ましいビジュアルスタイルを実現し、ワークシートを向上させます。...workbook ; // Adding a new worksheet to the Workbook object int...newly added worksheet by passing its sheet index Worksheet worksheet...

    docs.aspose.com/cells/ja/cpp/setting-chart-appe...
  5. xlsx4j でセル内の値を検索|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....first worksheet in the Excel file Worksheet worksheet = workbook...specified formula Cells cells = worksheet . getCells (); //Instantiate...

    docs.aspose.com/cells/ja/java/find-value-in-cel...
  6. Extraire des images des feuilles en utilisant I...

    Apprenez comment extraire des images des feuilles Excel et les enregistrer sur un lecteur local en utilisant Aspose.Cells for C++....// Get the first worksheet Worksheet worksheet = workbook . GetWorksheets...in the first worksheet Picture pic = worksheet . GetPictures...

    docs.aspose.com/cells/fr/cpp/extract-images-fro...
  7. Unisci Celle|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....//Create a Worksheet and get the first sheet. Worksheet worksheet = wbk...the cells. Cells cells = worksheet . getCells (); //Merge some...

    docs.aspose.com/cells/it/java/merge-cells/
  8. Использование функции FormulaText в Aspose.Cell...

    В этой статье рассматривается, как использовать функцию FormulaText в библиотеке Aspose.Cells для обработки формул в Microsoft Excel. Загрузив существующий файл Excel или создав новый файл Excel, мы можем использовать метод, предоставленный Aspose.Cells, для получения и установки текста формулы ячейки и получения результата. Наконец, мы сохраняем измененный файл Excel на диск....// Access first worksheet Worksheet worksheet = workbook . GetWorksheets...in cell A1 Cell cellA1 = worksheet . GetCells (). Get ( u "A1"...

    docs.aspose.com/cells/ru/cpp/using-formulatext-...
  9. Colonnes contenant des données fortement typées...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....first worksheet in the Excel file Worksheet worksheet = workbook...workbook . Worksheets [ 0 ]; //Exporting the contents of 2 rows and...

    docs.aspose.com/cells/fr/net/columns-containing...
  10. Vérifier le mot de passe utilisé pour protéger ...

    Apprenez comment vérifier le mot de passe utilisé pour protéger une feuille avec Aspose.Cells for C++....utilisé pour protéger le Worksheet . La méthode Protection.VerifyPassword...Access the protected Worksheet Worksheet sheet = book . GetWorksheets...

    docs.aspose.com/cells/fr/cpp/verify-password-us...