Sort Score
Result 10 results
Languages All
Labels All
Results 2,281 - 2,290 of 2,798 for

workbook formulas

(0.07 sec)
  1. تغييرات الواجهة البرمجية العامة في Aspose.Cells...

    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....C# //Create an instance of Workbook //Optionally load an existing...new Workbook (); //Access the VbaProject from the Workbook var...

    docs.aspose.com/cells/ar/net/public-api-changes...
  2. Использование класса GlobalizationSettings для ...

    Узнайте, как настроить метки подитогов и другие метки диаграмм с помощью класса GlobalizationSettings в Aspose.Cells for Node.js via C++....data const workbook = new AsposeCells . Workbook ( path . join...to a custom class created workbook . getSettings (). setGlobalizationSett...

    docs.aspose.com/cells/ru/nodejs-cpp/using-globa...
  3. INT function returns #VALUE! - Free Support For...

    We are are using Aspose.Cells (NET), version 25.8.0. We have a function =INT(MY_CUSTOME_FUNC) from custom function in Windows and everything works correctly and =INT(MY_CUSTOME_FUNC) returns 1232 However, in Mac or Doc…...CalculationOptions { CustomEngine = this }; workbook.CalculateFormula(opts); file:...}; workbook.CalculateFormula(opts); var result = workbook.Worksheets[0]...

    forum.aspose.com/t/int-function-returns-value/3...
  4. حساب الصيغ|Documentation

    يقدم هذا المقال كيفية استخدام مكتبة Aspose.Cells لحساب الصيغ في Microsoft Excel. من خلال تحميل ملف Excel موجود أو إنشاء ملف Excel جديد، يمكننا استخدام الطرق المقدمة من قبل Aspose.Cells لحساب الصيغة والحصول على النتيجة. في النهاية، نقوم بحفظ ملف Excel المعدل على القرص.... استخدم خصائص Formula أو طرق SetFormula(…) لفئة Cell...الطريقة CalculateFormula لفئة Workbook التي تقوم بمعالجة جميع الصيغ...

    docs.aspose.com/cells/ar/net/calculate-formulas/
  5. Formülleri Hesapla|Documentation

    Bu makale, Aspose.Cells kütüphanesini kullanarak Microsoft Excel de formülleri hesaplamayı nasıl yapacağınızı tanıtır. Varolan bir Excel dosyasını yükleyerek veya yeni bir Excel dosyası oluşturarak, Aspose.Cells tarafından sağlanan yöntemleri kullanarak formülü hesaplayabilir ve sonucu alabiliriz. Son olarak, değiştirilmiş Excel dosyasını diske kaydederiz....eklemek için Cell sınıfının Formula özelliğini veya SetFormula(…)...hesaplamak için, kullanıcı, Workbook sınıfının CalculateFormula...

    docs.aspose.com/cells/tr/net/calculate-formulas/
  6. Rimuovi righe duplicate in Excel con Python

    Questo articolo descrive come rimuovere le righe duplicate in Excel con Python. Contiene i passaggi e un codice di esempio per eliminare le righe duplicate in Excel con Python....il file Excel nell’oggetto Workbook Accedi alla raccolta Celle...nell’oggetto della classe Workbook e chiamando diverse varianti...

    kb.aspose.com/it/cells/python/remove-duplicate-...
  7. Enregistrer chaque feuille de calcul dans un fi...

    Apprenez comment enregistrer chaque feuille de calcul dans un fichier PDF différent avec l API Aspose.Cells pour Python via .NET....préférable d’appeler Workbook.calculate_formula() juste avant de...

    docs.aspose.com/cells/fr/python-net/save-each-w...
  8. Spåra prejudikat och beroende i Excel med Node.js

    Följ den här artikeln för att spåra prejudikat och beroende i Excel med Node.js. Den har IDE-inställningar, steg och kod för Excel-formelspårningsverktyg som använder Node.js....Skapa en Excel-fil med klassen Workbook , få tillgång till arket och...med hjälp av klassobjektet Workbook, hämta samlingen av celler...

    kb.aspose.com/sv/cells/nodejs/track-precedents-...
  9. Implementa il motore di calcolo personalizzato ...

    Questo articolo descrive come estendere il motore di calcolo predefinito implementando un motore di calcolo personalizzato utilizzando la libreria Aspose.Cells con C++. Caricando un file Excel esistente o creando uno nuovo, possiamo usare i metodi forniti da Aspose.Cells per implementare un motore di calcolo personalizzato e ottenere i risultati. Infine, salviamo il file Excel modificato su disco....Run () { Workbook workbook ; Worksheet sheet = workbook . GetWorksheets...SetFormula ( u "=TODAY()" ); workbook . CalculateFormula (); std...

    docs.aspose.com/cells/it/cpp/implement-custom-c...
  10. Dinamik Dizi Formüllerini C++ ile Ayarlama|Docu...

    Aspose.Cells kütüphanesini kullanarak Microsoft Excel de dinamik dizi formüllerini C++ ile nasıl hesaplayacağınızı öğrenin....formüllerini yenilemek için Workbook.RefreshDynamicArrayF fonksiyonunu...Instantiate a Workbook object Workbook workbook ( u "dynamicArrayFormula...

    docs.aspose.com/cells/tr/cpp/calculation-of-dyn...