Sort Score
Result 10 results
Languages All
Labels All
Results 1,471 - 1,480 of 2,440 for

workbook formulas

(0.16 sec)
  1. تعيين الصيغة المشتركة باستخدام C++|Documentation

    تعلم كيفية تعيين الصيغ المشتركة في أوراق عمل Excel باستخدام Aspose.Cells مع C++....Instantiate a Workbook from existing file Workbook workbook ( inputFilePath...first worksheet Cells cells = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/ar/cpp/setting-shared-for...
  2. Расчет формул|Documentation

    В этой статье рассматривается использование библиотеки Aspose.Cells для расчета формул в Microsoft Excel. Загружая существующий файл Excel или создавая новый файл Excel, мы можем использовать методы, предоставленные Aspose.Cells, для расчета формулы и получения результата. Наконец, мы сохраняем измененный файл Excel на диск.... Используйте свойство Formula или методы SetFormula(…) класса...метод CalculateFormula класса Workbook , который обрабатывает все...

    docs.aspose.com/cells/ru/net/calculate-formulas/
  3. Mettre à jour l élément de formule Power Query ...

    Découvrez comment mettre à jour les éléments de formule Power Query en utilisant Aspose.Cells for C++ pour modifier les emplacements des fichiers sources de données dans les fichiers Excel....02_OutputDirectory \\ " ); Workbook workbook ( srcDir + u "SamplePowerQueryForm...); DataMashup mashupData = workbook . GetDataMashup (); PowerQueryFormulaCol...

    docs.aspose.com/cells/fr/cpp/update-power-query...
  4. Cambios en la API pública en Aspose.Cells 8.7.1...

    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 workbook object Workbook workbook = new Workbook (); //Access...worksheet Worksheet worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/es/java/public-api-change...
  5. Изменения в открытом API в Aspose.Cells 16.10.0...

    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....add a shape var book = new Workbook ( "sample.xlsx" ); // Access...add a shape var book = new Workbook ( "sample.xlsx" ); // Access...

    docs.aspose.com/cells/ru/net/public-api-changes...
  6. Come formattare un numero in tempo|Documentation

    Questo articolo introdurrà come formattare un numero in formato ora usando l API di Aspose.Cells for .NET....), puoi usare la seguente formula per convertirlo in tempo: =TIME(LEFT(A1...potresti aver bisogno di una formula leggermente adattata per gestire...

    docs.aspose.com/cells/it/net/how-to-format-numb...
  7. Come formattare un numero in tempo|Documentation

    Questo articolo introdurrà come formattare un numero in tempo utilizzando l API Aspose.Cells for Node.js via C++....), puoi usare la seguente formula per convertirlo in tempo: =TIME(LEFT(A1...potresti aver bisogno di una formula leggermente adattata per gestire...

    docs.aspose.com/cells/it/nodejs-cpp/how-to-form...
  8. Come formattare un numero in tempo|Documentation

    Questo articolo illustrerà come formattare un numero in formato ora usando l API Aspose.Cells per Python via .NET....), puoi usare la seguente formula per convertirlo in tempo: =TIME(LEFT(A1...potresti aver bisogno di una formula leggermente adattata per gestire...

    docs.aspose.com/cells/it/python-net/how-to-form...
  9. Поддержка немецкой локали в формулах именованны...

    Узнайте, как обрабатывать формулы именованных диапазонов на немецком языке с помощью Aspose.Cells и C++....); // Define the name and formula for the named range const U16String...); // Load the source workbook Workbook wbSource ( srcDir + u...

    docs.aspose.com/cells/ru/cpp/support-for-german...
  10. Modify Excel VBA Library using C#

    Modify Excel VBA Library using C# by adding a module and code. Get the IDE settings, a list of steps, and a sample code to work with Excel macro library using C#....adding modules and code in the workbook. Steps to Modify Excel VBA...add module and code Create a workbook , access a sheet, and add...

    kb.aspose.com/fr/cells/net/modify-excel-vba-lib...