Sort Score
Result 10 results
Languages All
Labels All
Results 3,861 - 3,870 of 104,117 for

workbook

(0.43 sec)
  1. 使用 Sparklines 和三维格式设置 通过 C++ 的 JavaScript|Docum...

    学习在 Excel 文件中如何使用 Sparklines 以及应用三维格式 设置,使用 Aspose.Cells for JavaScript 和 C++。..."text/javascript" > const { Workbook , SaveFormat , CellArea ,...Instantiate a Workbook by opening the uploaded file const workbook = new...

    docs.aspose.com/cells/zh/javascript-cpp/using-s...
  2. Incorrect Conditional Formatting in Aspose.Cell...

    I have created a sample Excel file to reproduce the issue. test2.zip (9.6 KB) In the Excel file, I added a conditional formatting to change A1 and B1 to white text color when A3’s value is 1. image.png (768 位元組) imag…...PdfSaveOptions : When saving the workbook to PDF, utilize the PdfSaveOptions...PdfSaveOptions : Workbook workbook = new Workbook("yourfile.xlsx");...

    forum.aspose.com/t/incorrect-conditional-format...
  3. How to Format Number to Accounting with C++|Doc...

    This article will introduce how to Format Number to Accounting using Aspose.Cells for C++ API....Open a Workbook : You start by creating a new workbook or opening...a new Workbook or load an existing one Workbook workbook ; //...

    docs.aspose.com/cells/cpp/how-to-format-number-...
  4. Need optimized file uploaded in other thread - ...

    Could you please share the optimized file shared in the following thread?...Create a new workbook Workbook workbook = new Workbook(); // Get...worksheet Worksheet worksheet = workbook.getWorksheets().get(0); Cells...

    forum.aspose.com/t/need-optimized-file-uploaded...
  5. Draw a shape with cross line - Free Support For...

    event shape3.zip (11.5 KB)...Create a new workbook var workbook = new Workbook(); // Access...first worksheet var sheet = workbook.Worksheets[0]; // Add a rectangle...

    forum.aspose.com/t/draw-a-shape-with-cross-line...
  6. 将PdfSaveOptions和ImageOrPrintOptions的DefaultFont...

    学习在使用Aspose.Cells保存文档时优先设置字体。...Cells会优先尝试设置工作簿的默认字体(即Workbook.DefaultStyle.Font)。如果工作簿的...// Open an Excel file Workbook workbook ( sourceDir + u "sampleSetDefaultFont...

    docs.aspose.com/cells/zh/cpp/set-defaultfont-pr...
  7. 许可证|Documentation

    Aspose.Cells for JAVA提供不同的购买计划或提供免费试用和30天临时许可证以评估Java中的许可证和订阅政策。...//Instantiate a new Workbook Workbook workbook = new Workbook (); //Check...set System . out . println ( workbook . isLicensed ()); //Get the...

    docs.aspose.com/cells/zh/java/licensing/
  8. 自动筛选数据|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....ApplicationClass (); //Add a Workbook. Excel . Workbook objBook = ExcelApp...ExcelApp . Workbooks . Add ( System . Reflection . Missing . Value...

    docs.aspose.com/cells/zh/net/auto-filter-data/
  9. Evaluate Aspose.Cells|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.... Workbook created by Aspose.Cells (no...(no watermark yet) 2. Workbook after opening/saving – watermark...

    docs.aspose.com/cells/reportingservices/evaluat...
  10. How to get OData Connection Information with C+...

    Learn how to extract OData connection information from Excel files using Aspose.Cells for C++....Cells provides the Workbook.GetDataMashup() property,...\\ " ); // Create workbook Workbook workbook ( srcDir + u "ODataSample...

    docs.aspose.com/cells/cpp/how-to-get-odata-conn...