Sort Score
Result 10 results
Languages All
Labels All
Results 1,991 - 2,000 of 102,523 for

workbook

(0.33 sec)
  1. 如何在没有Excel的情况下用C++检测冻结状态|Documentation

    在本文中,您将学习如何使用C++的Aspose.Cells API以编程方式检测Excel工作表的冻结状态。...Create the workbook from the specified file Workbook workbook ( u "Frozen...worksheet from the workbook Worksheet sheet = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/how-to-check-froze...
  2. 通过Node.js使用C++处理Shape或Chart的阴影效果|Documentation

    学习如何使用Aspose.Cells for Node.js via C++处理形状或图表的阴影效果。...file const workbook = new AsposeCells . Workbook ( filePath );...worksheet const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/working-wit...
  3. "horizontal" parameter is not working as per ex...

    Hi, we wanted to populate data horizontally for a specific array. So we used a horizontal parameter, but it is not working as expected. Please check the attachment. Thanks horizontal.zip (15.8 KB)...PopulateDataHorizont(Workbook workbook, string[] data) { Worksheet...Worksheet worksheet = workbook.Worksheets[0]; for (int i = 0; i...

    forum.aspose.com/t/horizontal-parameter-is-not-...
  4. Returning a Range of Values using AbstractCalcu...

    This article introduces an abstract calculation engine that returns a range of values in Microsoft Excel using the Aspose.Cells library with C++. By loading an existing Excel file or creating a new Excel file, we can use the methods provided by Aspose.Cells to get a range of values and return the result. Finally, we save the modified Excel file to disk....02_OutputDirectory \\ " ); Workbook workbook ; Cells cells = workbook . GetWorksheets...( customEngine . get ()); workbook . CalculateFormula ( calculationOptions...

    docs.aspose.com/cells/cpp/returning-a-range-of-...
  5. Locking WordArt Watermark with C++|Documentation

    Learn how to lock WordArt watermarks in Excel worksheets using Aspose.Cells for C++. Prevent editing, movement, and selection of watermarks programmatically....Instantiate a new Workbook Workbook workbook ; // Get the first...default sheet Worksheet sheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/locking-wordart-water...
  6. 用 C++ 隐藏和排序数据透视表中的数据|Documentation

    学习如何使用 Aspose.Cells 和 C++ 在数据透视表中隐藏和排序数据。..." ); // Load the workbook Workbook workbook ( srcDir + u "PivotTableHideAndSor...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/pivot-table-hide-a...
  7. Render Gradient Fill for the WordArt while Conv...

    Learn to render gradient fill for WordArt while converting spreadsheets to HTML with C++....xlsx" ; // Create workbook Workbook workbook ( inputFilePath );...); // Save workbook to HTML format workbook . Save ( outDir +...

    docs.aspose.com/cells/cpp/render-gradient-fill-...
  8. 用C++将XLSB修订转为XLSM|Documentation

    学习如何用Aspose.Cells将XLSB文件的修订转换为XLSM格式。...Create workbook from the input file Workbook workbook ( inputFilePath...inputFilePath ); // Save Workbook to XLSM format workbook . Save ( outDir...

    docs.aspose.com/cells/zh/cpp/convert-revision-o...
  9. Display or Hide Scroll Bars in Python|Documenta...

    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.... Python Code workbook = self . Workbook ( self . dataDir...scroll bar of the Excel file workbook . getSettings () . setVScrollBarVisible...

    docs.aspose.com/cells/java/display-or-hide-scro...
  10. 在Jython中的缩放因子|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.... cells import Workbook from com . aspose . cells...WorkingWithWorksheet / ZoomFactor / ' workbook = Workbook ( dataDir + "Book1.xls"...

    docs.aspose.com/cells/zh/java/zoom-factor-in-jy...