Sort Score
Result 10 results
Languages All
Labels All
Results 3,831 - 3,840 of 30,468 for

worksheet

(0.26 sec)
  1. Aspose.Cells 17.1.0 中的公共API更改|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....override void StartSheet ( Worksheet sheet ) { if ( sheet . Name...Access first worksheet var sheet = book . Worksheets [ 0 ]; // Access...

    docs.aspose.com/cells/zh/net/public-api-changes...
  2. Limit the Number of Pages Generated - Excel to ...

    Learn how to limit the number of pages generated when converting Excel to PDF using Aspose.Cells with Golang via C++.... Fit All Worksheet Columns on Single PDF Page...

    docs.aspose.com/cells/go-cpp/limit-the-number-o...
  3. Working with the Shadow Effect of Shape or Char...

    Learn how to manipulate the shadow effect of shapes or charts using Aspose.Cells for C++....first shape in the first worksheet, sets the sub‑properties of...

    docs.aspose.com/cells/go-cpp/working-with-the-s...
  4. Excel crash when open it - Free Support Forum -...

    Hello There, When i draw a shape with below then excel is crashed i assigned width from shapePathBottom.WidthPixel but it is return negative value below is sample code for draw a line shape ShapePath shapePathBottom …...("1038")); Shape oShapeBottom = worksheet.Shapes.AddFreeform(0, 0, 0...sense in the context of your worksheet. Validate Width and Height...

    forum.aspose.com/t/excel-crash-when-open-it/315455
  5. How to Control Workbook View|Documentation

    Learn how to control Workbook View through the Aspose.Cells for .NET API....data to cells in the first worksheet. Hide horizontal and vertical...

    docs.aspose.com/cells/net/how-to-control-workbo...
  6. Add ActiveX Controls|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....needs to be added inside a worksheet. It has the following values...

    docs.aspose.com/cells/python-net/add-activex-co...
  7. Convert Excel to Pandas DataFrame in Python

    Learn how to convert Excel files to pandas DataFrames in Python using Aspose.Cells for Python via .NET with simple, accurate code examples....first worksheet and its cells. Add values to the worksheet cells...Workbook class. Select a worksheet by name or index. Read all...

    blog.aspose.com/cells/convert-excel-to-pandas-d...
  8. 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....the first worksheet in the workbook Worksheet worksheet = workbook...example, cell A1 Cell cell = worksheet . GetCells (). Get ( u "A1"...

    docs.aspose.com/cells/cpp/how-to-format-number-...
  9. Convert Chart to Image for Japanese Region with...

    Learn how to use Aspose.Cells for JavaScript via C++ to set the Japanese configuration for the chart. Our guide will demonstrate how to configure charts to support Japanese characters and formatting, including fonts, size, text direction, and more....{ Workbook , SaveFormat , Worksheet , Cell , Utils } = AsposeCells...{ Workbook , SaveFormat , Worksheet , Cell , Utils , ChartJapaneseSetting...

    docs.aspose.com/cells/javascript-cpp/convert-ch...
  10. Values between 2^31 and 2^32 − 1 become two’s c...

    We are using a the below script to generate excel files from csv: // Values between 2^31 and 2^32 - 1 appear as their two’s complement negative equivalents when the CSV is converted to EXCEL using the below logic. const…...const worksheet = workBook.getWorksheets().get(0); worksheet.setName('Data');...setName('Data'); const rowCount = worksheet.getCells().getMaxDataRow();...

    forum.aspose.com/t/values-between-2-31-and-2-32...