Sort Score
Result 10 results
Languages All
Labels All
Results 4,901 - 4,910 of 104,120 for

workbook

(0.19 sec)
  1. Compress XLT Files Online or using Android Mobi...

    Free online app to compress different XLT files. Android compression library Java code for XLT documents....Project Load the document via Workbook class There are 9 levels of...Compress XLSB Files (Excel Binary Workbook) Compress XLSM Files (Macro-enabled...

    products.aspose.com/total/android-java/compress...
  2. Compress XLTX Files Online or using Android Mob...

    Free online app to compress different XLTX files. Android compression library Java code for XLTX documents....Project Load the document via Workbook class There are 9 levels of...Compress XLSB Files (Excel Binary Workbook) Compress XLSM Files (Macro-enabled...

    products.aspose.com/total/android-java/compress...
  3. Configuring Fonts for Rendering Spreadsheets wi...

    Learn how to configure fonts for rendering spreadsheets using Aspose.Cells for Node.js via C++. Ensure fonts are available for optimal conversion fidelity....default font specified under the Workbook’s DefaultStyle.getFont() property...the font defined under the workbook’s DefaultStyle.getFont() property...

    docs.aspose.com/cells/nodejs-cpp/configuring-fo...
  4. Ինչպես լրացնել PDF ձևը Excel-ի տվյալներով՝ օգտա...

    Այս ձեռնարկը ցույց է տալիս, թե ինչպես լրացնել PDF ձևը Excel-ի տվյալների միջոցով՝ օգտագործելով C#: Այն պարունակում է մանրամասներ՝ և՛ PDF, և՛ Excel ֆայլերը նույն հավելվածում օգտագործելու համար, քայլ առ քայլ մոտեցում՝ դիմումը գրելու համար և գործարկվող օրինակելի կոդ, որը կարող է օգտագործվել Excel-ից PDF ձևն ավտոմատ լրացնելու համար՝ օգտագործելով C#:...անհրաժեշտ տվյալներ՝ օգտագործելով Workbook դասի օբյեկտը Կրկնել սկզբնաղբյուր...իսկ Workbook դասը՝ Excel ֆայլը բեռնելու համար: . Workbook դասը...

    kb.aspose.com/hy/pdf/net/how-to-fill-pdf-form-w...
  5. Detecting Empty Worksheets with C++|Documentation

    This article shows you code explaining how to detect empty worksheets of Excel Workbooks programmatically using C++ API with Aspose.Cells library....instance of Workbook and load an existing spreadsheet Workbook book...over all worksheets in the workbook WorksheetCollection sheets...

    docs.aspose.com/cells/cpp/detecting-empty-works...
  6. 使用Node.js通过C++在饼图或饼状图中的第二个饼或柱子中查找数据点|Documentation

    学习如何使用Aspose.Cells for Node.js via C++查找数据点是否在饼图或饼状图的第二个饼或柱子中。本指南将演示如何识别和访问复合图表中的次级饼或柱,以便有效分析和操作数据。...chart const workbook = new AsposeCells . Workbook ( path . join...worksheet const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/find-if-dat...
  7. The image Aspose.Cell captures does not look li...

    Hey Aspose Team, I’ve been noticing a weird behavior in my code when I capture the picture of range. The image aspose captures look nothing like the excel chart when I open the excel chart and view it. public virtual S…...source workbook using (Workbook sourceWB = new Workbook(fileName))...//Determine if the specified workbook exists in links in the text...

    forum.aspose.com/t/the-image-aspose-cell-captur...
  8. 设置使用 C++ 和 Node.js 将电子表格渲染成图片时的默认字体|Documentation

    学习如何在用 Aspose.Cells for Node.js via C++ 将电子表格渲染为图片时设置默认字体。...xlsx" ); // Loads the workbook which contains hidden external...const wb = new AsposeCells . Workbook ( filePath ); // Set default...

    docs.aspose.com/cells/zh/nodejs-cpp/set-default...
  9. Save unauthorized character - Free Support Foru...

    Hello. I want to generate an Excel file using the following code: var wb = new Workbook(); wb.save(@"D:\Temp\[2025_05_20-12_03_00_496] test.xlsx"); After what the file is generated but It’s cannot be opened. image.pn…...following code: var wb = new Workbook(); wb.save(@"D:\Temp\[202...} // Proceed with creating workbook only if filename is valid...

    forum.aspose.com/t/save-unauthorized-character/...
  10. Delete Named Ranges|Documentation

    You can learn how to remove defined names or named ranges from Excel or OpenOffice files with Aspose.Cells for .NET....Microsoft Excel and open the workbook that contains the named range...Manager dialog box. Save the workbook to retain the changes. Delete...

    docs.aspose.com/cells/net/delete-named-ranges/